OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_ref
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c
85
LLVMTypeRef
type_ref
;
local
92
type_ref
= LLVMTypeOf(value);
93
type_kind = LLVMGetTypeKind(
type_ref
);
96
length = LLVMGetVectorSize(
type_ref
);
98
type_ref
= LLVMGetElementType(
type_ref
);
99
type_kind = LLVMGetTypeKind(
type_ref
);
110
if (LLVMGetIntTypeWidth(
type_ref
) == 64) {
114
} else if (LLVMGetIntTypeWidth(
type_ref
) == 8) {
139
LLVMGetIntTypeWidth(
type_ref
) < sizeof(int) * 8)
[
all
...]
lp_bld_arit_overflow.c
67
LLVMTypeRef
type_ref
;
local
75
type_ref
= LLVMTypeOf(a);
76
type_kind = LLVMGetTypeKind(
type_ref
);
79
type_width = LLVMGetIntTypeWidth(
type_ref
);
86
oelems[0] =
type_ref
;
/external/python/apitools/apitools/gen/
message_registry.py
386
type_ref
= self.__names.ClassName(attrs.get('$ref'))
388
if not (
type_ref
or type_name):
391
if
type_ref
:
392
self.__AddIfUnknown(
type_ref
)
397
type_name=
type_ref
, variant=messages.Variant.MESSAGE)
/art/profman/
profile_assistant_test.cc
364
for (const TypeReference&
type_ref
: expected_clases) {
368
if (dex_ref.MatchesDex(
type_ref
.dex_file) && class_ref.type_index ==
type_ref
.TypeIndex()) {
[
all
...]
/art/libprofile/profile/
profile_compilation_info.h
467
int32_t GetClassAggregationCounter(const TypeReference&
type_ref
) const;
[
all
...]
profile_compilation_info.cc
[
all
...]
Completed in 356 milliseconds