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,
291 if (cast<IndirectGotoStmt>(S)->getConstantTarget()) {
298 IndirectJumps.push_back(cast<IndirectGotoStmt>(S));
500 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
560 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope;
563 llvm::DenseMap<unsigned, IndirectGotoStmt*> JumpScopesMap;
564 for (SmallVectorImpl<IndirectGotoStmt*>::iterator
566 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 345 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) {
    [all...]
StmtProfile.cpp 144 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) {
    [all...]
Stmt.cpp 943 // IndirectGotoStmt
944 LabelDecl *IndirectGotoStmt::getConstantTarget() {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
DataRecursiveASTVisitor.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 878 VISIT(IndirectGotoStmt);
899 IGNORE_STMT(IndirectGotoStmt);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 384 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 128 EmitIndirectGotoStmt(cast<IndirectGotoStmt>(*S)); break;
453 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 345 milliseconds