OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndirectGotoStmt
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp
205
return DirectChild == cast<
IndirectGotoStmt
>(P)->getTarget();
Stmt.cpp
1167
//
IndirectGotoStmt
1168
LabelDecl *
IndirectGotoStmt
::getConstantTarget() {
StmtPrinter.cpp
380
void StmtPrinter::VisitIndirectGotoStmt(
IndirectGotoStmt
*Node) {
StmtProfile.cpp
291
void StmtProfiler::VisitIndirectGotoStmt(const
IndirectGotoStmt
*S) {
ASTImporter.cpp
555
ExpectedStmt VisitIndirectGotoStmt(
IndirectGotoStmt
*S);
6318
ExpectedStmt ASTNodeImporter::VisitIndirectGotoStmt(
IndirectGotoStmt
*S) {
6327
return new (Importer.getToContext())
IndirectGotoStmt
(
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp
176
} else if (isa<
IndirectGotoStmt
>(T)) {
178
Out << "
IndirectGotoStmt
\"";
CFG.cpp
579
CFGBlock *VisitIndirectGotoStmt(
IndirectGotoStmt
*I);
2256
return VisitIndirectGotoStmt(cast<
IndirectGotoStmt
>(S));
4637
CFGBlock *CFGBuilder::VisitIndirectGotoStmt(
IndirectGotoStmt
*I) {
5304
void VisitIndirectGotoStmt(
IndirectGotoStmt
*I) {
5991
E = cast<
IndirectGotoStmt
>(Terminator)->getTarget();
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
336
if (cast<
IndirectGotoStmt
>(S)->getConstantTarget()) {
665
if (
IndirectGotoStmt
*IGS = dyn_cast<
IndirectGotoStmt
>(Jump)) {
929
if (isa<GotoStmt>(From) || isa<
IndirectGotoStmt
>(From)) {
SemaStmt.cpp
3266
return new (Context)
IndirectGotoStmt
(GotoLoc, StarLoc, E);
TreeTransform.h
7537
TreeTransform<Derived>::TransformIndirectGotoStmt(
IndirectGotoStmt
*S) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
367
builder(Pred, B, cast<
IndirectGotoStmt
>(Term)->getTarget(),
BugReporter.cpp
1375
return cast<
IndirectGotoStmt
>(S)->getTarget() == Cond;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
114
IndirectGotoStmt
,
338
return PGOHash::
IndirectGotoStmt
;
CGStmt.cpp
145
EmitIndirectGotoStmt(cast<
IndirectGotoStmt
>(*S)); break;
687
void CodeGenFunction::EmitIndirectGotoStmt(const
IndirectGotoStmt
&S) {
CodeGenFunction.h
3181
void EmitIndirectGotoStmt(const
IndirectGotoStmt
&S);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
232
friend class
IndirectGotoStmt
;
2614
///
IndirectGotoStmt
- This represents an indirect goto.
2615
class
IndirectGotoStmt
: public Stmt {
2620
IndirectGotoStmt
(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target)
2627
explicit
IndirectGotoStmt
(EmptyShell Empty)
2645
return const_cast<
IndirectGotoStmt
*>(this)->getConstantTarget();
RecursiveASTVisitor.h
2257
DEF_TRAVERSE_STMT(
IndirectGotoStmt
, {})
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
312
void ASTStmtReader::VisitIndirectGotoStmt(
IndirectGotoStmt
*S) {
2766
S = new (Context)
IndirectGotoStmt
(Empty);
ASTWriterStmt.cpp
238
void ASTStmtWriter::VisitIndirectGotoStmt(
IndirectGotoStmt
*S) {
Completed in 149 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026