Home
last modified time | relevance | path

Searched refs:Bodies (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
DFrontendActions.cpp21 ParseModelFileAction::ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies) in ParseModelFileAction() argument
22 : Bodies(Bodies) {} in ParseModelFileAction()
27 return llvm::make_unique<ModelConsumer>(Bodies); in CreateASTConsumer()
DModelConsumer.cpp29 ModelConsumer::ModelConsumer(llvm::StringMap<Stmt *> &Bodies) in ModelConsumer() argument
30 : Bodies(Bodies) {} in ModelConsumer()
38 Bodies.insert(std::make_pair(func->getName(), func->getBody())); in HandleTopLevelDecl()
DModelInjector.cpp32 return Bodies[D->getName()]; in getBody()
37 return Bodies[D->getName()]; in getBody()
44 if (Bodies.count(D->getName()) != 0) in onBodySynthesis()
62 Bodies[D->getName()] = nullptr; in onBodySynthesis()
98 ParseModelFileAction parseModelFile(Bodies); in onBodySynthesis()
DModelInjector.h69 llvm::StringMap<Stmt *> Bodies; variable
/external/clang/include/clang/StaticAnalyzer/Frontend/
DModelConsumer.h34 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
39 llvm::StringMap<Stmt *> &Bodies;
DFrontendActions.h43 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
51 llvm::StringMap<Stmt *> &Bodies;
/external/clang/lib/Analysis/
DBodyFarm.h46 BodyMap Bodies; variable
DBodyFarm.cpp355 Optional<Stmt *> &Val = Bodies[D]; in getBody()
491 Optional<Stmt *> &Val = Bodies[D]; in getBody()
/external/python/cpython2/Doc/library/
Dquopri.rst18 Mechanisms for Specifying and Describing the Format of Internet Message Bodies".
Dbase64.rst173 …xtensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies
/external/llvm/docs/TableGen/
DLangRef.rst301 Bodies section in Syntax
/external/libogg/doc/
Drfc5334.txt573 Bodies", RFC 2045, November 1996.