HomeSort by relevance Sort by last modified time
    Searched refs:IndirectGotoStmt (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 65 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 *IG = *I
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ParentMap.cpp 191 return DirectChild == cast<IndirectGotoStmt>(P)->getTarget();
StmtPrinter.cpp 356 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) {
    [all...]
Stmt.cpp 945 // IndirectGotoStmt
946 LabelDecl *IndirectGotoStmt::getConstantTarget() {
    [all...]
StmtProfile.cpp 145 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 410 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(),
ExprEngine.cpp     [all...]
BugReporter.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 895 VISIT(IndirectGotoStmt);
916 IGNORE_STMT(IndirectGotoStmt);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 897 VISIT(IndirectGotoStmt);
918 IGNORE_STMT(IndirectGotoStmt);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 381 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 127 EmitIndirectGotoStmt(cast<IndirectGotoStmt>(*S)); break;
405 void CodeGenFunction::EmitIndirectGotoStmt(const IndirectGotoStmt &S) {
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 256 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) {
    [all...]
ASTWriterStmt.cpp 184 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) {
    [all...]

Completed in 224 milliseconds