Searched refs:IndirectGotoStmt (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp65 SmallVector<IndirectGotoStmt*, 4> IndirectJumps;
78 void DiagnoseIndirectJump(IndirectGotoStmt *IG, unsigned IGScope,
314 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
321 IndirectJumps.push_back(cast<IndirectGotoStmt>(S));
506 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
565 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope;
568 llvm::DenseMap<unsigned, IndirectGotoStmt*> JumpScopesMap;
569 for (SmallVectorImpl<IndirectGotoStmt*>::iterator
571 IndirectGotoStmt *I
[all...]
H A DSemaStmt.cpp2291 return Owned(new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E));
H A DTreeTransform.h5615 TreeTransform<Derived>::TransformIndirectGotoStmt(IndirectGotoStmt *S) {
/external/clang/lib/AST/
H A DParentMap.cpp191 return DirectChild == cast<IndirectGotoStmt>(P)->getTarget();
H A DStmtPrinter.cpp356 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) {
H A DStmt.cpp945 // IndirectGotoStmt
946 LabelDecl *IndirectGotoStmt::getConstantTarget() {
H A DStmtProfile.cpp145 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) {
/external/clang/include/clang/AST/
H A DStmt.h1211 /// IndirectGotoStmt - This represents an indirect goto.
1213 class IndirectGotoStmt : public Stmt { class in namespace:clang
1218 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, function in class:clang::IndirectGotoStmt
1224 explicit IndirectGotoStmt(EmptyShell Empty) function in class:clang::IndirectGotoStmt
1240 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();
H A DRecursiveASTVisitor.h2019 DEF_TRAVERSE_STMT(IndirectGotoStmt, { })
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp410 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(),
H A DExprEngine.cpp2355 else if (isa<IndirectGotoStmt>(T)) {
H A DBugReporter.cpp1892 return cast<IndirectGotoStmt>(S)->getTarget() == Cond;
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc895 VISIT(IndirectGotoStmt);
916 IGNORE_STMT(IndirectGotoStmt);
/external/v8/tools/gcmole/
H A Dgcmole.cc897 VISIT(IndirectGotoStmt);
918 IGNORE_STMT(IndirectGotoStmt);
/external/clang/lib/Analysis/
H A DCFG.cpp381 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
1156 return VisitIndirectGotoStmt(cast<IndirectGotoStmt>(S));
3127 CFGBlock *CFGBuilder::VisitIndirectGotoStmt(IndirectGotoStmt *I) {
3629 void VisitIndirectGotoStmt(IndirectGotoStmt *I) {
4002 E = cast<IndirectGotoStmt>(Terminator)->getTarget();
/external/clang/lib/CodeGen/
H A DCGStmt.cpp127 EmitIndirectGotoStmt(cast<IndirectGotoStmt>(*S)); break;
405 void CodeGenFunction::EmitIndirectGotoStmt(const IndirectGotoStmt &S) {
H A DCodeGenFunction.h1819 void EmitIndirectGotoStmt(const IndirectGotoStmt &S);
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h1934 DEF_TRAVERSE_STMT(IndirectGotoStmt, { })
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp256 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) {
1875 S = new (Context) IndirectGotoStmt(Empty);
H A DASTWriterStmt.cpp184 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) {

Completed in 693 milliseconds