Home
last modified time | relevance | path

Searched defs:builtinID (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGCall.h101 CGCallee(const FunctionDecl *builtinDecl, unsigned builtinID) in CGCallee() argument
123 static CGCallee forBuiltin(unsigned builtinID, in forBuiltin() argument
H A DCGExpr.cpp5485 if (auto builtinID = FD->getBuiltinID()) { EmitDirectCallee() local
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3687 unsigned builtinID = fn->getBuiltinID(); checkCallToFunction() local