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

1 2 3

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 69 SmallVector<IndirectGotoStmt*, 4> IndirectJumps;
82 void DiagnoseIndirectJump(IndirectGotoStmt *IG, unsigned IGScope,
296 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
303 IndirectJumps.push_back(cast<IndirectGotoStmt>(S));
594 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
654 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope;
657 llvm::DenseMap<unsigned, IndirectGotoStmt*> JumpScopesMap;
658 for (SmallVectorImpl<IndirectGotoStmt*>::iterator
660 IndirectGotoStmt *IG = *I
    [all...]
  /external/clang/lib/AST/
ParentMap.cpp 193 return DirectChild == cast<IndirectGotoStmt>(P)->getTarget();
Stmt.cpp 890 // IndirectGotoStmt
891 LabelDecl *IndirectGotoStmt::getConstantTarget() {
    [all...]
StmtPrinter.cpp 347 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) {
    [all...]
StmtProfile.cpp 146 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
StmtNodes.inc 852 #ifndef INDIRECTGOTOSTMT
853 # define INDIRECTGOTOSTMT(Type, Base) STMT(Type, Base)
855 INDIRECTGOTOSTMT(IndirectGotoStmt, Stmt)
856 #undef INDIRECTGOTOSTMT
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 428 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(),
  /external/v8/tools/gcmole/
gcmole.cc 910 VISIT(IndirectGotoStmt);
931 IGNORE_STMT(IndirectGotoStmt);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 461 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 132 EmitIndirectGotoStmt(cast<IndirectGotoStmt>(*S)); break;
549 void CodeGenFunction::EmitIndirectGotoStmt(const IndirectGotoStmt &S) {
    [all...]

Completed in 148 milliseconds

1 2 3