/llvm-project/libcxx/utils/libcxx/test/ |
H A D | features.py | 16 _isAnyClang = lambda cfg: "__clang__" in compilerMacros(cfg) argument 17 _isAppleClang = lambda cfg: "__apple_build_version__" in compilerMacros(cfg) argument 18 _isAnyGCC = lambda cfg: "__GNUC__" in compilerMacros(cfg) argument 19 _isClang = lambda cfg: _isAnyClang(cfg) and not _isAppleClang(cfg) argument 20 _isGCC = lambda cfg argument 21 _isAnyClangOrGCC(cfg) global() argument 22 _isClExe(cfg) global() argument 23 _isMSVC(cfg) global() argument 24 _msvcVersion(cfg) global() argument 26 _getAndroidDeviceApi(cfg) global() argument 42 _mingwSupportsModules(cfg) global() argument 547 check_gdb(cfg) global() argument [all...] |
H A D | params.py | 79 def getStdFlag(cfg, std): argument 91 def getDefaultStdValue(cfg): argument 102 def getSpeedOptimizationFlag(cfg): argument 113 testClangTidy(cfg, version, executable) global() argument 121 getSuitableClangTidy(cfg) global() argument [all...] |
/llvm-project/llvm/include/llvm/ |
H A D | PassSupport.h | 38 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument 52 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument 59 INITIALIZE_PASS_END(passName,arg,name,cfg,analysis) global() argument 168 INITIALIZE_AG_PASS(passName,agName,arg,name,cfg,analysis,def) global() argument 188 INITIALIZE_AG_PASS_BEGIN(passName,agName,arg,n,cfg,analysis,def) global() argument 193 INITIALIZE_AG_PASS_END(passName,agName,arg,n,cfg,analysis,def) global() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | PostOrderCFGView.cpp | 21 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { in PostOrderCFGView() 34 const CFG *cfg = ctx.getCFG(); in create() local
|
H A D | CFGReachabilityAnalysis.cpp | 23 const CFG &cfg) in CFGReverseBlockReachabilityAnalysis()
|
H A D | UninitializedValues.cpp | 138 const CFG &cfg; member in __anon694a1b490211::CFGBlockValues 482 const CFG &cfg; member in __anon694a1b490511::TransferFunctions 490 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions() 836 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock() 913 const CFG &cfg, in runUninitializedVariablesAnalysis()
|
H A D | LiveVariables.cpp | 511 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); runOnAllBlocks() local 526 CFG *cfg = AC.getCFG(); computeLiveness() local
|
H A D | ReachableCode.cpp | 736 CFG *cfg = AC.getCFG(); FindUnreachableCode() local
|
H A D | CFG.cpp | 490 std::unique_ptr<CFG> cfg; member in __anon36ae77d00411::CFGBuilder 5424 StmtPrinterHelper(const CFG * cfg,const LangOptions & LO) StmtPrinterHelper() argument 5918 print_block(raw_ostream & OS,const CFG * cfg,const CFGBlock & B,StmtPrinterHelper & Helper,bool print_edges,bool ShowColors) print_block() argument 6134 dump(const CFG * cfg,const LangOptions & LO,bool ShowColors) const dump() argument 6145 print(raw_ostream & OS,const CFG * cfg,const LangOptions & LO,bool ShowColors) const print() argument [all...] |
/llvm-project/clang/unittests/Analysis/ |
H A D | CFGDominatorTree.cpp | 34 CFG *cfg = Result.getCFG(); in TEST() local 123 CFG *cfg = Result.getCFG(); in TEST() local 177 CFG *cfg = Result.getCFG(); in TEST() local
|
H A D | IntervalPartitionTest.cpp | 122 CFG *cfg = Result.getCFG(); in TEST() local 145 CFG *cfg = Result.getCFG(); in TEST() local 166 CFG *cfg = Result.getCFG(); in TEST() local
|
/llvm-project/bolt/utils/ |
H A D | llvm-bolt-wrapper.py | 106 def run_cmd(cmd, out_f, cfg): argument 112 def run_bolt(bolt_path, bolt_args, out_f, cfg): argument 229 def report_real_time(binary, main_err, cmp_err, cfg): argument 250 def clean_exit(tmp, out, exitcode, cfg): argument
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | Dominators.h | 50 CFGDominatorTreeImpl(CFG *cfg) { in CFGDominatorTreeImpl() 87 void buildDominatorTree(CFG *cfg) { in buildDominatorTree()
|
H A D | ThreadSafetyTIL.h | 1555 const SCFG* cfg() const { return CFGPtr; } cfg() function 1556 SCFG* cfg() { return CFGPtr; } cfg() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 69 const CFG &cfg; member in __anonb2e4cea40111::ReachableCode 72 ReachableCode(const CFG &cfg) in ReachableCode() argument 131 const CFG &cfg; member in __anonb2e4cea40211::DeadStoreObs 145 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br, in DeadStoreObs() argument 544 CFG &cfg = *mgr.getCFG(D); checkASTCodeBody() local [all...] |
H A D | DebugCheckers.cpp | 161 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody() local 190 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody() local
|
H A D | MallocOverflowSecurityChecker.cpp |
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowValues.h | 82 void InitializeValues(const CFG& cfg) {} in InitializeValues()
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 79 std::unique_ptr<CFG> cfg, completeCFG; variable
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 246 checkForRecursiveFunctionCall(const FunctionDecl * FD,CFG * cfg) checkForRecursiveFunctionCall() argument 292 CFG *cfg = AC.getCFG(); checkRecursiveFunction() local 427 CFG *cfg = AC.getCFG(); CheckFallThrough() local 2724 if (CFG *cfg = AC.getCFG()) { IssueWarnings() local 2793 if (CFG *cfg = AC.getCFG()) { IssueWarnings() local [all...] |