Searched refs:FuncCall (Results 1 – 14 of 14) sorted by relevance
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test.cc | 20 TEST(ThreadSanitizer, FuncCall) { in TEST() argument
|
D | tsan_bench.cc | 83 TEST(DISABLED_BENCH, FuncCall) { in TEST() argument
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test.cpp | 19 TEST(ThreadSanitizer, FuncCall) { in TEST() argument
|
D | tsan_bench.cpp | 82 TEST(DISABLED_BENCH, FuncCall) { in TEST() argument
|
/external/python/pycparser/tests/ |
D | test_c_generator.py | 368 test_fun = c_ast.FuncCall(c_ast.ID('test_fun'), c_ast.ExprList([])) 382 test_fun = c_ast.FuncCall(c_ast.ID('test_fun'), c_ast.ExprList([]))
|
D | test_c_parser.py | 554 self.assertIsInstance(s1, FuncCall) 1702 self.assert_num_klass_nodes(ps1, FuncCall, 1) # strcmp 1745 self.assert_num_klass_nodes(ps2, FuncCall, 6)
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetectionDiagnostic.cpp | 71 SCOP_STAT(FuncCall, "Function call with side effects"), 550 : RejectReason(RejectReasonKind::FuncCall), Inst(Inst) {} in ReportFuncCall() 570 return RR->getKind() == RejectReasonKind::FuncCall; in classof()
|
/external/python/pycparser/pycparser/ |
D | c_generator.py | 346 c_ast.BinaryOp, c_ast.TernaryOp, c_ast.FuncCall, c_ast.ArrayRef, 444 c_ast.StructRef, c_ast.FuncCall))
|
D | _c_ast.cfg | 111 FuncCall: [name*, args*]
|
D | c_parser.py | 1686 p[0] = c_ast.FuncCall(p[1], p[3] if len(p) == 5 else None, p[1].coord) 1731 p[0] = c_ast.FuncCall(c_ast.ID(p[1], coord),
|
D | c_ast.py | 614 class FuncCall(Node): class
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractFunction.cpp | 700 std::string FuncCall = ExtractedFunc.renderCall(); in REGISTER_TWEAK() local 702 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
|
/external/llvm-project/polly/include/polly/ |
D | ScopDetectionDiagnostic.h | 88 FuncCall, enumerator
|
/external/python/pycparser/ |
D | CHANGES | 240 + coord not propagated to FuncCall nodes
|