Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DFrontendActions.cpp20 ParseModelFileAction::ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies) in ParseModelFileAction() argument
21 : Bodies(Bodies) {} in ParseModelFileAction()
26 return std::make_unique<ModelConsumer>(Bodies); in CreateASTConsumer()
DModelConsumer.cpp28 ModelConsumer::ModelConsumer(llvm::StringMap<Stmt *> &Bodies) in ModelConsumer() argument
29 : Bodies(Bodies) {} in ModelConsumer()
37 Bodies.insert(std::make_pair(func->getName(), func->getBody())); in HandleTopLevelDecl()
DModelInjector.cpp33 return Bodies[D->getName()]; in getBody()
38 return Bodies[D->getName()]; in getBody()
45 if (Bodies.count(D->getName()) != 0) in onBodySynthesis()
63 Bodies[D->getName()] = nullptr; in onBodySynthesis()
96 ParseModelFileAction parseModelFile(Bodies); in onBodySynthesis()
DModelInjector.h64 llvm::StringMap<Stmt *> Bodies; variable
/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/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
DModelConsumer.h33 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
38 llvm::StringMap<Stmt *> &Bodies;
DFrontendActions.h45 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
53 llvm::StringMap<Stmt *> &Bodies;
/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/llvm-project/clang/include/clang/Analysis/
DBodyFarm.h48 BodyMap Bodies; variable
/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/python/cpython3/Doc/library/
Dquopri.rst17 Mechanisms for Specifying and Describing the Format of Internet Message Bodies".
Dbase64.rst275 …xtensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp672 Optional<Stmt *> &Val = Bodies[D]; in getBody()
835 Optional<Stmt *> &Val = Bodies[D]; in getBody()
/external/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt59 Additions to `2.2.4. Bodies`
/external/llvm/docs/TableGen/
DLangRef.rst301 Bodies section in Syntax
/external/arm-trusted-firmware/docs/process/
Dcoding-style.rst160 Conditional Statement Bodies
/external/llvm-project/mlir/test/Conversion/SCFToStandard/
Dconvert-to-cfg.mlir336 // Bodies of scf.reduce operations are folded into the main loop body. The
/external/libogg/doc/
Drfc5334.txt573 Bodies", RFC 2045, November 1996.

12