OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_list
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
aarch64-varargs.c
9
va_list
the_list
;
variable
13
return va_arg(
the_list
, int);
14
// CHECK: [[GR_OFFS:%[a-z_0-9]+]] = load i32, i32* getelementptr inbounds (%struct.__va_list, %struct.__va_list* @
the_list
, i32 0, i32 3)
20
// CHECK: store i32 [[NEW_REG_OFFS]], i32* getelementptr inbounds (%struct.__va_list, %struct.__va_list* @
the_list
, i32 0, i32 3)
25
// CHECK: [[REG_TOP:%[a-z_0-9]+]] = load i8*, i8** getelementptr inbounds (%struct.__va_list, %struct.__va_list* @
the_list
, i32 0, i32 1)
33
// CHECK: [[STACK:%[a-z_0-9]+]] = load i8*, i8** getelementptr inbounds (%struct.__va_list, %struct.__va_list* @
the_list
, i32 0, i32 0)
35
// CHECK: store i8* [[NEW_STACK]], i8** getelementptr inbounds (%struct.__va_list, %struct.__va_list* @
the_list
, i32 0, i32 0)
49
return va_arg(
the_list
, __int128);
50
// CHECK: [[GR_OFFS:%[a-z_0-9]+]] = load i32, i32* getelementptr inbounds (%struct.__va_list, %struct.__va_list* @
the_list
, i32 0, i32 3)
58
// CHECK: store i32 [[NEW_REG_OFFS]], i32* getelementptr inbounds (%struct.__va_list, %struct.__va_list* @
the_list
, i32 0, i32 3
241
va_list
the_list
;
local
[
all
...]
/external/toolchain-utils/crosperf/
results_report.py
84
def _AppendUntilLengthIs(gen,
the_list
, target_len):
89
the_list
.extend(gen() for _ in xrange(target_len - len(
the_list
)))
90
return
the_list
/external/protobuf/python/google/protobuf/
text_format.py
[
all
...]
Completed in 170 milliseconds