Home
last modified time | relevance | path

Searched defs:isReference (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp107 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
DNativeRawSymbol.cpp660 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h315 bool isReference(const TType& type) const { return isStructBufferType(type); } in isReference() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp473 const AddressSpace *SymbolEnv::isReference(VarField x) const in isReference() function in SymbolEnv
DEmitMetal.cpp122 const AddressSpace *isReference = nullptr; member
/third_party/typescript/src/linter/
DTypeScriptLinter.ts1850 const isReference = (type as ts.ObjectType).objectFlags & ts.ObjectFlags.Reference; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp1189 const bool isReference = (ref == 0); in createDisplayTimingTests() local
DvktWsiIncrementalPresentTests.cpp1221 const bool isReference = (ref == 0); in createIncrementalPresentTests() local
/third_party/glslang/glslang/Include/
DTypes.h1725 bool isReference() const { return false; } in isReference() function
1729 bool isReference() const { return getBasicType() == EbtReference; } in isReference() function
Dintermediate.h1138 bool isReference() const { return type.isReference(); } in isReference() function