HomeSort by: relevance | last modified time | path
    Searched refs:checkTargetFeatures (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2435 void CodeGenFunction::checkTargetFeatures(const CallExpr *E,
2437 return checkTargetFeatures(E->getBeginLoc(), TargetDecl);
2442 void CodeGenFunction::checkTargetFeatures(SourceLocation Loc,
CodeGenFunction.h 3958 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
3959 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);
CGCall.cpp 4618 checkTargetFeatures(Loc, FD);
CGBuiltin.cpp 5093 checkTargetFeatures(E, FD);

Completed in 60 milliseconds