Home
last modified time | relevance | path

Searched refs:Ptr (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dreduce_general_bad_result.rscript254 typedef char *Ptr;
258 static void AccumPtr(Ptr *accum, char val) { }
259 static void CombPtr(Ptr *accum, const Ptr *other) { }
264 static void OutPtrFix(int *out, const Ptr *val) { }
268 static void OutPtrBreak(Ptr *out, const int *val) { }
272 typedef Ptr PtrArray7[7];
291 Ptr p;
296 Ptr p;
302 Ptr p;
328 Ptr p;
[all …]
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml_test.go297 if typе.Elem(arch).Kind(arch) != cpp_types.Ptr {
340 if typе.Elem(arch).Kind(arch) != cpp_types.Ptr {
380 if typе.Kind(arch) != cpp_types.Ptr ||
397 if typе.Kind(arch) != cpp_types.Ptr ||
419 if field1.Type().Kind(arch) != cpp_types.Ptr ||
429 if field2.Type().Kind(arch) != cpp_types.Ptr ||
500 if field1.Type().Kind(arch) != cpp_types.Ptr ||
529 if field1.Type().Kind(arch) != cpp_types.Ptr ||
654 field0.Type().Elem(arch).Kind(arch) != cpp_types.Ptr ||
670 if field2.Type().Kind(arch) != cpp_types.Ptr ||
[all …]
Dcpp_types.go158 Ptr const
790 if typе.base.Kind(arch) == Ptr {
805 if typе.base.Kind(arch) == Ptr {
896 return Ptr
1292 case Ptr:
Dgen_vulkan.go678 case cpp_types.Ptr:
2970 case cpp_types.Ptr:
3088 case cpp_types.Ptr:
3111 case cpp_types.Ptr:
3805 return cpp_types.IsKind(typе, []cpp_types.Kind{cpp_types.Const, cpp_types.Ptr})
3809 return cpp_types.IsKind(typе, []cpp_types.Kind{cpp_types.Const, cpp_types.Ptr, cpp_types.Func})
3837 return cpp_types.IsKind(typе, []cpp_types.Kind{cpp_types.Ptr})
3841 return cpp_types.IsKind(typе, []cpp_types.Kind{cpp_types.Ptr, cpp_types.Alias})
3845 return cpp_types.IsKind(typе, []cpp_types.Kind{cpp_types.Ptr, cpp_types.Const, cpp_types.Alias})
3849 return cpp_types.IsKind(typе, []cpp_types.Kind{cpp_types.Ptr, cpp_types.Const})
[all …]
Dvulkan_types.go221 typе.Elem(arch).Kind(arch) == cpp_types.Ptr &&
Dvulkan_xml.go639 if typе.Kind(cpp_types.FirstArch) == cpp_types.Ptr {
649 if field.Type().Kind(cpp_types.FirstArch) != cpp_types.Ptr {
1171 if length_type.Kind(cpp_types.FirstArch) != cpp_types.Ptr {
1203 if typе.Kind(cpp_types.FirstArch) != cpp_types.Ptr {
/frameworks/base/libs/hwui/jni/text/
DMeasuredText.cpp50 template<typename Ptr> static inline jlong toJLong(Ptr ptr) { in toJLong()
/frameworks/base/libs/hwui/jni/
DFontFamily.cpp65 template<typename Ptr> static inline jlong toJLong(Ptr ptr) { in toJLong()
DTypeface.cpp48 template<typename Ptr> static inline jlong toJLong(Ptr ptr) { in toJLong()
/frameworks/av/media/codec2/core/include/
DC2ParamDef.h262 #define DEFINE_FLEXIBLE_ALLOC(_Type, S, ptr, Ptr) \
264 inline static std::ptr##_ptr<_Type> Alloc##Ptr(size_t flexCount, const Args(&... args)) { \
268 inline static std::ptr##_ptr<_Type> Alloc##Ptr( \
273 inline static std::ptr##_ptr<_Type> Alloc##Ptr( \
278 inline static std::ptr##_ptr<_Type> Alloc##Ptr(const U(&init)[N], const Args(&... args)) { \
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3433 Value *Val, *Ptr; in ParseFunctionBody() local
3434 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
3436 cast<PointerType>(Ptr->getType())->getElementType(), Val) || in ParseFunctionBody()
3440 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1); in ParseFunctionBody()
3447 Value *Val, *Ptr; in ParseFunctionBody() local
3448 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
3450 cast<PointerType>(Ptr->getType())->getElementType(), Val) || in ParseFunctionBody()
3463 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1, in ParseFunctionBody()
3471 Value *Ptr, *Cmp, *New; in ParseFunctionBody() local
3472 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_api.h487 #define DVR_V1_API_ENTRY(name) Dvr##name##Ptr name
488 #define DVR_V1_API_ENTRY_DEPRECATED(name) Dvr##name##Ptr name
/frameworks/compile/slang/
Dslang_backend.cpp1012 llvm::Value *Ptr = NULL; in dumpExportFunctionInfo() local
1014 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo()
1018 Params.push_back(Ptr); in dumpExportFunctionInfo()
1020 llvm::Value *V = IB->CreateLoad(Ptr); in dumpExportFunctionInfo()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3154 Value *Val, *Ptr; in ParseFunctionBody() local
3155 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
3157 cast<PointerType>(Ptr->getType())->getElementType(), Val) || in ParseFunctionBody()
3161 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1); in ParseFunctionBody()
3167 Value *Val, *Ptr; in ParseFunctionBody() local
3170 PointerType::getUnqual(Val->getType()), Ptr)|| in ParseFunctionBody()
3174 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1); in ParseFunctionBody()