/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/ |
H A D | CType.java | 21 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 D | list.h | 16 template <typename T> struct isPointer { struct 20 template <typename T> struct isPointer<T *> { argument
|
/aosp_15_r20/hardware/google/gfxstream/codegen/generic-apigen/ |
D | VarType.h | 39 bool isPointer) : in VarType() 52 bool isPointer() const { return m_isPointer; } in isPointer() function
|
D | TypeFactory.cpp | 95 bool isPointer = (name[name.size() - 1U] == '*'); in initFromFile() local
|
D | Var.h | 74 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 D | LowLevelTypeImpl.h | 81 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 D | LowLevelTypeImpl.h | 110 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/ |
D | LowLevelType.h | 126 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() 141 constexpr bool isPointer() const { in isPointer() function
|
D | TargetCallingConv.h | 141 bool isPointer() const { return IsPointer; } in isPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/ |
D | LowLevelType.h | 126 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/ |
D | LowLevelType.h | 134 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/ |
D | LowLevelType.h | 126 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 D | LegalityPredicates.cpp | 80 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 D | LegalityPredicates.cpp | 79 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/ |
D | aidl_to_cpp.h | 36 const bool isPointer; // whether the variable 'name' is a pointer or not member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | conversions.go | 307 func isPointer(typ Type) bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | conversions.go | 304 func isPointer(typ Type) bool { func
|
/aosp_15_r20/system/tools/hidl/ |
D | PointerType.cpp | 26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | codec_message.go | 46 isPointer bool // true if IsNil may be called on the struct field member
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | CursorInputMapper.cpp | 496 const bool isPointer = mParameters.mode == Parameters::Mode::POINTER; in configureOnChangeDisplayInfo() local
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | SymbolEnv.cpp | 469 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 D | TargetCallingConv.h | 125 bool isPointer() const { return IsPointer; } in isPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 141 bool isPointer() const { return IsPointer; } in isPointer() function
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_export_type.h | 180 bool isPointer; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 141 bool isPointer() const { return IsPointer; } in isPointer() function
|