/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Extensions.rst | 37 Relocations 74 ``.linkonce`` Directive 111 ``.section`` Directive 188 Relocations 212 ``.section`` Directive 248 ``.linker-options`` Section (linker options) 288 ``SHT_LLVM_CALL_GRAPH_PROFILE`` Section (Call Graph Profile) 332 ``SHT_LLVM_ADDRSIG`` Section (address-significance table) 365 ``.cv_file`` Directive 370 ``.cv_func_id`` Directive [all …]
|
/external/llvm/docs/ |
D | Extensions.rst | 37 Relocations 74 ``.linkonce`` Directive 111 ``.section`` Directive 172 ``.section`` Directive
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LoopDependenceAnalysis.h | 46 enum DependenceResult { Independent = 0, Dependent = 1, Unknown = 2 }; enumerator
|
/external/guice/core/test/com/google/inject/ |
D | BindingTest.java | 53 static class Dependent { class in BindingTest 55 @Inject Dependent(A a, B b) {} in Dependent() method in BindingTest.Dependent
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 570 TemplateArgumentLoc *OutArgArray, bool &Dependent, in initializeFrom()
|
D | ExprCXX.cpp | 297 bool Dependent = false; in OverloadExpr() local 360 bool Dependent = true; in DependentScopeDeclRefExpr() local 1128 bool Dependent = true; in CXXDependentScopeMemberExpr() local
|
D | DeclBase.cpp | 1705 bool Dependent = isDependentContext(); in CreateStoredDeclsMap() local 1723 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
|
D | ItaniumMangle.cpp | 935 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleUnscopedTemplateName() local 1697 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleTemplatePrefix() local 1760 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); in mangleType() local
|
D | Expr.cpp | 350 bool Dependent = false; in DeclRefExpr() local 1446 bool Dependent = false; in Create() local
|
D | DeclCXX.cpp | 112 bool Dependent, bool IsGeneric, in CreateLambda()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 348 const SymbolRef Dependent) { in addSymbolDependency()
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p1.cpp | 146 namespace Dependent { namespace
|
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 144 bool Dependent; member
|
D | SemaTemplateDeduction.cpp | 3949 bool Dependent = in TransformAutoType() local
|
D | SemaExprCXX.cpp | 4446 bool Dependent = false; in BuildTypeTrait() local
|
D | SemaExpr.cpp | 5148 bool Dependent = false; in ActOnCallExpr() local 11703 bool Dependent = ArgTy->isDependentType(); in BuildBuiltinOffsetOf() local
|
D | SemaOpenMP.cpp | 3992 bool OpenMPIterationSpaceChecker::Dependent() const { in Dependent() function in __anone74a4b2f1411::OpenMPIterationSpaceChecker
|
D | SemaDeclCXX.cpp | 3209 bool Dependent = BaseType->isDependentType() || Init->isTypeDependent(); in BuildBaseInitializer() local
|
D | TreeTransform.h | 7021 bool Dependent = false; in TransformMSDependentExistsStmt() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 554 unsigned Dependent : 1; member
|