Searched defs:builtinID (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.h | 96 CGCallee(const FunctionDecl * builtinDecl,unsigned builtinID) CGCallee() argument |
H A D | CGExpr.cpp | 5437 if (auto builtinID = FD->getBuiltinID()) { EmitDirectCallee() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprObjC.cpp | 3679 unsigned builtinID = fn->getBuiltinID(); checkCallToFunction() local |