Searched refs:the_list (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Daarch64-varargs.c9 va_list the_list; variable
13 return va_arg(the_list, int);
14 // CHECK: [[GR_OFFS:%[a-z_0-9]+]] = load i32* getelementptr inbounds (%struct.__va_list* @the_list, i32 0, i32 3)
20 // CHECK: store i32 [[NEW_REG_OFFS]], i32* getelementptr inbounds (%struct.__va_list* @the_list, i32 0, i32 3)
25 // CHECK: [[REG_TOP:%[a-z_0-9]+]] = load i8** getelementptr inbounds (%struct.__va_list* @the_list, i32 0, i32 1)
34 // CHECK: [[STACK:%[a-z_0-9]+]] = load i8** getelementptr inbounds (%struct.__va_list* @the_list, i32 0, i32 0)
36 // CHECK: store i8* [[NEW_STACK]], i8** getelementptr inbounds (%struct.__va_list* @the_list, i32 0, i32 0)
51 return va_arg(the_list, __int128);
52 // CHECK: [[GR_OFFS:%[a-z_0-9]+]] = load i32* getelementptr inbounds (%struct.__va_list* @the_list, i32 0, i32 3)
60 // CHECK: store i32 [[NEW_REG_OFFS]], i32* getelementptr inbounds (%struct.__va_list* @the_list, i3
244 va_list the_list; local
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py1277 def ProcessVariablesAndConditionsInList(the_list, phase, variables,
1279 # Iterate using an index so that new values can be assigned into the_list.
1281 while index < len(the_list):
1282 item = the_list[index]
1292 the_list[index] = expanded
1294 the_list[index:index+1] = expanded
2347 the_list = the_dict[list_key]
2349 # Initialize the list_actions list, which is parallel to the_list. Each
2351 # the_list should be excluded, unconditionally preserved (included), or
2358 list_actions = list((-1,) * len(the_list))
[all...]

Completed in 191 milliseconds