Searched
full:variable (Results
751 -
775 of
15203) sorted by null
<<31323334353637383940>>
/external/clang/test/SemaOpenCL/ |
event_t.cl | 3 event_t glb_evt; // expected-error {{the event_t type cannot be used to declare a program scope variable}}
|
/external/compiler-rt/make/ |
subdir.mk | 16 $(error "No Dir variable defined.") 35 # Construct the variable key for this directory. 58 $$(error $(Dir): variable '$$(var)' was not undefined))) 70 # Restore directory variable, for cleanliness.
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
dll_intercept_memchr.cc | 19 // CHECK: 'buff' <== Memory access at offset {{.*}} overflows this variable
|
global_const_string_oob.cc | 16 // CHECK: [[ADDR]] is located 5 bytes to the right of global variable [[STR:.*]] defined in {{'.*global_const_string_oob.cc:7:.*' .*}} of size 11
|
stack_array_left_oob.cc | 15 // CHECK: 'buffer' <== Memory access at offset [[OFFSET]] underflows this variable
|
stack_array_right_oob.cc | 15 // CHECK: 'buffer' <== Memory access at offset [[OFFSET]] overflows this variable
|
stack_use_after_return.cc | 21 // CHECK: 'stack_buffer' <== Memory access at offset [[OFFSET]] is inside this variable
|
/external/compiler-rt/test/asan/TestCases/ |
global-demangle.cc | 17 // CHECK: {{0x.* is located 2 bytes to the right of global variable}}
|
/external/icu/icu4c/source/common/ |
uenumimp.h | 52 * @param status pointer to UErrorCode variable 66 * @param status pointer to UErrorCode variable 83 * @param status pointer to UErrorCode variable 99 * @param status pointer to UErrorCode variable
|
/external/icu/icu4c/source/samples/legacy/ |
Makefile | 11 # - set the variable ICU_PREFIX to point at $(prefix) 14 # - set the variable ICU_LEGACY (read the README) 70 @echo ICU_PREFIX variable is not set correctly 77 @echo ICU_LEGACY variable is not set correctly.
|
/external/lldb/source/Symbol/ |
Android.mk | 39 Variable.cpp \
|
/external/lldb/test/functionalities/data-formatter/rdar-10887661/ |
TestRdar10887661.py | 66 self.expect("frame variable f00_1", 74 self.expect("frame variable f00_1", 79 self.expect("frame variable f00_1", matching=False, 85 self.expect("frame variable f00_1", matching=True,
|
/external/lldb/test/functionalities/watchpoint/variable_out_of_scope/ |
TestWatchedVarHitWhenInScope.py | 2 Test that a variable watchpoint should only hit when in scope. 26 """Test that a variable watchpoint should only hit when in scope.""" 34 """Test that a variable watchpoint should only hit when in scope.""" 66 self.expect("watchpoint set variable c.a", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/ |
TestWatchpointConditionCmd.py | 22 # And the watchpoint variable declaration line number. 23 self.decl = line_number(self.source, '// Watchpoint variable declaration.') 63 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED, 80 self.expect("frame variable --show-globals global",
|
/external/lldb/test/lang/cpp/unique-types/ |
TestUniqueTypes.py | 53 # Do a "frame variable --show-types longs" and verify "long" is in each line of output. 54 self.runCmd("frame variable --show-types longs") 63 # Do a "frame variable --show-types shorts" and verify "short" is in each line of output. 64 self.runCmd("frame variable --show-types shorts")
|
/external/lldb/test/lang/objc/objc-ivar-offsets/ |
TestObjCIvarOffsets.py | 58 self.assertTrue(mine, "Found local variable mine.") 65 self.assertTrue(mine_backed_int, "Found mine->backed_int local variable.") 73 self.assertTrue(mine_derived_backed_int, "Found mine->derived_backed_int local variable.") 81 self.assertTrue(mine_flag2, "Found mine->flag2 local variable.")
|
/external/lldb/test/python_api/watchpoint/condition/ |
TestWatchpointConditionAPI.py | 22 # And the watchpoint variable declaration line number. 23 self.decl = line_number(self.source, '// Watchpoint variable declaration.') 73 "Successfully found the variable and set a watchpoint") 87 # Continue. Expect the program to stop due to the variable being written to.
|
/external/llvm/cmake/modules/ |
LLVMParseArguments.cmake | 12 # For each item in options, PARSE_ARGUMENTS will create a variable with that 18 #For each item in arg_names, PARSE_ARGUMENTS will create a variable with that 19 #name, prefixed with prefix_. Each variable will be filled with the arguments 22 #lists. PARSE_ARGUMENTS also creates a prefix_DEFAULT_ARGS variable containing
|
/external/llvm/test/CodeGen/PowerPC/ |
byval-agg-info.ll | 15 ; variable itself (we used to have mem:ST8[%v+64]).
|
named-reg-alloc-r0.ll | 8 ; CHECK: Invalid register name global variable
|
named-reg-alloc-r13.ll | 8 ; CHECK-DARWIN: Invalid register name global variable
|
named-reg-alloc-r2-64.ll | 7 ; CHECK-DARWIN: Invalid register name global variable
|
named-reg-alloc-r2.ll | 8 ; CHECK-DARWIN: Invalid register name global variable
|
/external/llvm/test/CodeGen/SystemZ/ |
alias-01.ll | 1 ; Test 32-bit ANDs in which the second operand is variable.
|
/external/llvm/test/DebugInfo/ |
inlined-vars.ll | 2 ; RUN: %llc_dwarf -O0 < %s | FileCheck %s -check-prefix VARIABLE 44 ; VARIABLE: {{.*Abbrev.*DW_TAG_variable}} 45 ; VARIABLE: {{.*Abbrev.*DW_TAG_variable}} 46 ; VARIABLE-NOT: {{.*Abbrev.*DW_TAG_variable}}
|
Completed in 427 milliseconds
<<31323334353637383940>>