Home
last modified time | relevance | path

Searched refs:Entered (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-purity.cpp22 Entered( in Enter()
30 Entered( in Enter()
50 void PurityChecker::Entered( in Entered() function in Fortran::semantics::PurityChecker
H A Dcheck-purity.h32 void Entered(parser::CharBlock, const std::list<parser::PrefixSpec> &);
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-plists/
H A Dplist-diagnostics-include-check.cpp.plist41 <string>Entered call from &apos;foo&apos;</string>
43 <string>Entered call from &apos;foo&apos;</string>
H A Dplist-multi-file.c.plist70 <string>Entered call from &apos;bar&apos;</string>
72 <string>Entered call from &apos;bar&apos;</string>
/llvm-project-15.0.7/clang/test/Analysis/Inputs/expected-plists/
H A Dlambda-notes.cpp.plist104 <string>Entered call from &apos;diagnosticFromLambda&apos;</string>
106 <string>Entered call from &apos;diagnosticFromLambda&apos;</string>
H A Dmalloc-plist.c.plist823 <string>Entered call from &apos;test_wrapper&apos;</string>
825 <string>Entered call from &apos;test_wrapper&apos;</string>
1273 <string>Entered call from &apos;test_double_action_call&apos;</string>
1510 <string>Entered call from &apos;my_malloc_and_free&apos;</string>
1512 <string>Entered call from &apos;my_malloc_and_free&apos;</string>
1905 <string>Entered call from &apos;reallocIntra&apos;</string>
1907 <string>Entered call from &apos;reallocIntra&apos;</string>
2453 <string>Entered call from &apos;use_ret&apos;</string>
2455 <string>Entered call from &apos;use_ret&apos;</string>
5014 <string>Entered call from &apos;testMyMalloc&apos;</string>
[all …]
/llvm-project-15.0.7/clang/test/Analysis/copypaste/Inputs/expected-plists/
H A DMismatchedDeallocator-path-notes.cpp.plist75 <string>Entered call from &apos;test&apos;</string>
77 <string>Entered call from &apos;test&apos;</string>
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13537 bool Entered = true; variable
13546 : Actions(Actions), Entered(ShouldEnter) { in Actions()
13547 if (Entered) in Actions()
13564 : Actions(Actions), Entered(false) { in Actions()
13573 Entered = true; in Actions()
13578 if (Entered) in ~EnterExpressionEvaluationContext()