Home
last modified time | relevance | path

Searched refs:FuncCall (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test.cc20 TEST(ThreadSanitizer, FuncCall) { in TEST() argument
Dtsan_bench.cc83 TEST(DISABLED_BENCH, FuncCall) { in TEST() argument
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test.cpp19 TEST(ThreadSanitizer, FuncCall) { in TEST() argument
Dtsan_bench.cpp82 TEST(DISABLED_BENCH, FuncCall) { in TEST() argument
/external/python/pycparser/tests/
Dtest_c_generator.py368 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([]))
Dtest_c_parser.py554 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/
DScopDetectionDiagnostic.cpp71 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/
Dc_generator.py346 c_ast.BinaryOp, c_ast.TernaryOp, c_ast.FuncCall, c_ast.ArrayRef,
444 c_ast.StructRef, c_ast.FuncCall))
D_c_ast.cfg111 FuncCall: [name*, args*]
Dc_parser.py1686 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),
Dc_ast.py614 class FuncCall(Node): class
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractFunction.cpp700 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/
DScopDetectionDiagnostic.h88 FuncCall, enumerator
/external/python/pycparser/
DCHANGES240 + coord not propagated to FuncCall nodes