Home
last modified time | relevance | path

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

12

/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/
H A DCType.java21 boolean isPointer; field in CType
30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType()
48 public void setIsPointer(boolean isPointer) { in setIsPointer()
52 public boolean isPointer() { in isPointer() method in CType
/aosp_15_r20/external/scudo/standalone/
H A Dlist.h16 template <typename T> struct isPointer { struct
20 template <typename T> struct isPointer<T *> { argument
/aosp_15_r20/hardware/google/gfxstream/codegen/generic-apigen/
DVarType.h39 bool isPointer) : in VarType()
52 bool isPointer() const { return m_isPointer; } in isPointer() function
DTypeFactory.cpp95 bool isPointer = (name[name.size() - 1U] == '*'); in initFromFile() local
DVar.h74 bool isPointer() const { return m_type->isPointer(); } in isPointer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
93 bool isPointer() const { return isValid() && IsPointer && !IsVector; } in isPointer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h110 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
125 constexpr bool isPointer() const { in isPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DLowLevelType.h126 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
141 constexpr bool isPointer() const { in isPointer() function
DTargetCallingConv.h141 bool isPointer() const { return IsPointer; } in isPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/
DLowLevelType.h126 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
141 constexpr bool isPointer() const { return IsPointer && !IsVector; } in isPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGenTypes/
DLowLevelType.h134 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
149 constexpr bool isPointer() const { in isPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGenTypes/
DLowLevelType.h126 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
141 constexpr bool isPointer() const { return IsPointer && !IsVector; } in isPointer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp80 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { in isPointer() function in LegalityPredicates
86 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, in isPointer() function in LegalityPredicates
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp79 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { in isPointer() function in LegalityPredicates
85 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, in isPointer() function in LegalityPredicates
/aosp_15_r20/system/tools/aidl/
Daidl_to_cpp.h36 const bool isPointer; // whether the variable 'name' is a pointer or not member
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dconversions.go307 func isPointer(typ Type) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dconversions.go304 func isPointer(typ Type) bool { func
/aosp_15_r20/system/tools/hidl/
DPointerType.cpp26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dcodec_message.go46 isPointer bool // true if IsNil may be called on the struct field member
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp496 const bool isPointer = mParameters.mode == Parameters::Mode::POINTER; in configureOnChangeDisplayInfo() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DSymbolEnv.cpp469 const AddressSpace *SymbolEnv::isPointer(VarField x) const in isPointer() function in SymbolEnv
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h125 bool isPointer() const { return IsPointer; } in isPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetCallingConv.h141 bool isPointer() const { return IsPointer; } in isPointer() function
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_type.h180 bool isPointer; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetCallingConv.h141 bool isPointer() const { return IsPointer; } in isPointer() function

12