OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAsmGoto
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp
599
if (as->
isAsmGoto
() &&
810
if (!as->
isAsmGoto
())
861
if (as->
isAsmGoto
())
CFG.cpp
3314
if (!G->
isAsmGoto
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
512
if (NS->
isAsmGoto
() && ConstraintIdx >= NumOperands)
727
if (NS->
isAsmGoto
())
JumpDiagnostics.cpp
89
void VerifyIndirectOrAsmJumps(bool
IsAsmGoto
);
368
if (GS->
isAsmGoto
()) {
710
void JumpScopeChecker::VerifyIndirectOrAsmJumps(bool
IsAsmGoto
) {
711
SmallVector<Stmt*, 4> GotoJumps =
IsAsmGoto
? AsmJumps : IndirectJumps;
715
IsAsmGoto
? AsmJumpTargets : IndirectJumpTargets;
719
assert(!
IsAsmGoto
&&"only indirect goto can get here");
855
bool
IsAsmGoto
= isa<GCCAsmStmt>(Jump);
857
<<
IsAsmGoto
;
859
<<
IsAsmGoto
;
902
bool
IsAsmGoto
= isa<GCCAsmStmt>(Jump)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
401
assert(cast<GCCAsmStmt>(Term)->
isAsmGoto
() && "Encountered GCCAsmStmt without labels");
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
413
if (Node->
isAsmGoto
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2477
IsGCCAsmGoto = GS->
isAsmGoto
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
3118
bool
isAsmGoto
() const {
Completed in 26 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026