reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 7054     HintID = 0;
 7058     HintID = 1;
 7062     HintID = 2;
 7066     HintID = 3;
 7070     HintID = 4;
 7074     HintID = 5;
 7078   if (HintID != static_cast<unsigned>(-1)) {
 7080     return Builder.CreateCall(F, llvm::ConstantInt::get(Int32Ty, HintID));