Home
last modified time | relevance | path

Searched defs:isPointer (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
93 bool isPointer() const { return isValid() && IsPointer && !IsVector; } in isPointer() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp80 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { in isPointer() function in LegalityPredicates
86 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, in isPointer() function in LegalityPredicates
/external/golang-protobuf/internal/impl/
Dcodec_message.go46 isPointer bool // true if IsNil may be called on the struct field member
/external/angle/src/compiler/translator/msl/
DSymbolEnv.cpp468 const AddressSpace *SymbolEnv::isPointer(VarField x) const in isPointer() function in SymbolEnv
DEmitMetal.cpp121 const AddressSpace *isPointer = nullptr; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h125 bool isPointer() const { return IsPointer; } in isPointer() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h265 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h263 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp443 bool isPointer = false; in addBlockByrefAddress() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp169 bool isPointer() const { return Pointer; } in isPointer() function in __anon672407d60111::Type
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1237 bool isPointer() const in isPointer() function in sw::SpirvEmitter::Operand
/external/clang/lib/Sema/
DSemaStmt.cpp3567 bool isPointer() const { return IsPointer; } in isPointer() function in __anon1159be040811::CatchHandlerType
DSemaExprCXX.cpp782 bool isPointer = false; in CheckCXXThrowOperand() local
DSemaOverload.cpp9765 bool isPointer = false; in NoteSurrogateCandidate() local