Searched defs:isSimple (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtViz.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp27 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DCFGPrinter.h29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h34 bool isSimple() { function in struct:llvm::DefaultDOTGraphTraits
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) argument
54 DOTGraphTraits (bool isSimple=false) argument
70 DOTGraphTraits (bool isSimple=false) argument
H A DRegionPrinter.cpp38 DOTGraphTraits (bool isSimple=false) argument
61 DOTGraphTraits (bool isSimple=false) argument
H A DRegionInfo.cpp209 bool Region::isSimple() const { function in class:Region
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp34 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineFunction.cpp362 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineScheduler.cpp2608 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp223 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DCFG.cpp4142 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp35 explicit DOTGraphTraits(bool isSimple=false) : argument
H A DDAGCombiner.cpp5560 bool isSimple = true; local
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h613 bool isSimple() const { function in struct:llvm::EVT
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h191 bool isSimple() const { return LVType == Simple; } function in class:clang::CodeGen::LValue
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h220 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::LoadInst
340 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::StoreInst
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2151 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1408 bool isSimple() const { return IsSimple; } function in class:clang::AsmStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1235 bool isSimple() { return Simple; } function in class:__anon3269::DeclExtractor
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp440 bool isSimple() const { function in class:__anon3399::RetainSummary

Completed in 319 milliseconds