/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 760 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createFunction() local 762 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction() 764 SPFlags, IsDefinition ? CUNode : nullptr, TParams, Decl, in createFunction() 767 if (IsDefinition) in createFunction() 779 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createTempFunctionFwdDecl() local 783 IsDefinition ? CUNode : nullptr, TParams, in createTempFunctionFwdDecl() 798 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createMethod() local 800 /*IsDistinct=*/IsDefinition, VMContext, cast<DIScope>(Context), Name, in createMethod() 802 Flags, SPFlags, IsDefinition ? CUNode : nullptr, TParams, nullptr, in createMethod() 805 if (IsDefinition) in createMethod()
|
D | LLVMContextImpl.h | 704 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope, 709 if (IsDefinition || !Scope || !LinkageName) 722 return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() && 889 bool IsDefinition; 896 bool IsLocalToUnit, bool IsDefinition, 901 IsDefinition(IsDefinition), 908 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()), 918 IsDefinition == RHS->isDefinition() && 934 IsLocalToUnit, IsDefinition, /* AlignInBits, */
|
D | DebugInfo.cpp | 722 pack_into_DISPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized) { in pack_into_DISPFlags() argument 723 return DISubprogram::toSPFlags(IsLocalToUnit, IsDefinition, IsOptimized); in pack_into_DISPFlags() 805 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction() argument 811 pack_into_DISPFlags(IsLocalToUnit, IsDefinition, IsOptimized), nullptr, in LLVMDIBuilderCreateFunction()
|
D | DebugInfoMetadata.cpp | 750 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl() argument 757 Type, IsLocalToUnit, IsDefinition, in getImpl() 769 (Line, IsLocalToUnit, IsDefinition, AlignInBits), Ops); in getImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1628 static DISPFlags toSPFlags(bool IsLocalToUnit, bool IsDefinition, 1640 (IsDefinition ? SPFlagDefinition : SPFlagZero) | 2628 bool IsDefinition; 2631 bool IsLocalToUnit, bool IsDefinition, uint32_t AlignInBits, 2634 IsLocalToUnit(IsLocalToUnit), IsDefinition(IsDefinition) {} 2640 bool IsLocalToUnit, bool IsDefinition, 2645 IsLocalToUnit, IsDefinition, StaticDataMemberDeclaration, 2652 bool IsLocalToUnit, bool IsDefinition, 2667 bool IsLocalToUnit, bool IsDefinition, 2671 IsDefinition, StaticDataMemberDeclaration, TemplateParams, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 417 bool IsDefinition = false; in parsePattern() local 448 IsDefinition = (VarEndIdx != StringRef::npos); in parsePattern() 449 SubstNeeded = !IsDefinition; in parsePattern() 450 if (IsDefinition) { in parsePattern() 493 IsDefinition = true; in parsePattern() 503 if (IsDefinition) { in parsePattern() 534 if (IsDefinition) in parsePattern()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 118 def IsDefinition(self): member in Node 276 def IsDefinition(self): member in Typedef 300 def IsDefinition(self): member in _NestedType 329 def IsDefinition(self): member in Class 372 def IsDefinition(self): member in Function 449 def IsDefinition(self): member in Type
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 655 bool IsDefinition = true) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 333 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 3026 bool IsDefinition) const { in EmitVisibility() 3032 if (IsDefinition) in EmitVisibility()
|