Home
last modified time | relevance | path

Searched refs:checkTargetFeatures (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2795 void CodeGenFunction::checkTargetFeatures(const CallExpr *E, in checkTargetFeatures() function in CodeGenFunction
2815 return checkTargetFeatures(E->getBeginLoc(), TargetDecl); in checkTargetFeatures()
2820 void CodeGenFunction::checkTargetFeatures(SourceLocation Loc, in checkTargetFeatures() function in CodeGenFunction
H A DCodeGenFunction.h4532 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
4533 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);
H A DCGCall.cpp5214 checkTargetFeatures(Loc, FD); in EmitCall()
H A DCGBuiltin.cpp6331 checkTargetFeatures(E, FD); in EmitBuiltinExpr()