Home
last modified time | relevance | path

Searched refs:AfterCall (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DUninitializedValues.h80 AfterCall, enumerator
88 UninitAfterCall ? AfterCall : in getKind()
/external/v8/src/wasm/
Dwasm-interpreter.h102 AfterCall = 1 << 1 enumerator
Dwasm-debug.cc277 : WasmInterpreter::BreakFlag::AfterCall); in ContinueExecution()
Dwasm-interpreter.cc2301 PAUSE_IF_BREAK_FLAG(AfterCall); in Execute()
2312 PAUSE_IF_BREAK_FLAG(AfterCall); in Execute()
2330 PAUSE_IF_BREAK_FLAG(AfterCall); in Execute()
2337 PAUSE_IF_BREAK_FLAG(AfterCall); in Execute()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp688 case UninitUse::AfterCall: in DiagUninitUse()
1440 U.getKind() == UninitUse::AfterCall || in hasAlwaysUninitializedUse()