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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 69 SmallVector<IndirectGotoStmt*, 4> IndirectJumps;
82 void DiagnoseIndirectJump(IndirectGotoStmt *IG, unsigned IGScope,
295 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
302 IndirectJumps.push_back(cast<IndirectGotoStmt>(S));
540 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
600 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope;
603 llvm::DenseMap<unsigned, IndirectGotoStmt*> JumpScopesMap;
604 for (SmallVectorImpl<IndirectGotoStmt*>::iterator
606 IndirectGotoStmt *IG = *I
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ParentMap.cpp 191 return DirectChild == cast<IndirectGotoStmt>(P)->getTarget();
Stmt.cpp 879 // IndirectGotoStmt
880 LabelDecl *IndirectGotoStmt::getConstantTarget() {
    [all...]
StmtPrinter.cpp 346 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) {
    [all...]
StmtProfile.cpp 145 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) {
    [all...]
ASTImporter.cpp 190 Stmt *VisitIndirectGotoStmt(IndirectGotoStmt *S);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 416 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(),
BugReporter.cpp     [all...]
ExprEngine.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 878 VISIT(IndirectGotoStmt);
899 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;
519 void CodeGenFunction::EmitIndirectGotoStmt(const IndirectGotoStmt &S) {
    [all...]
CodeGenFunction.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 344 milliseconds