Searched refs:isn (Results 1 – 25 of 678) sorted by relevance
12345678910>>...28
/external/llvm/tools/llvm-c-test/ |
D | module.c | 88 LLVMValueRef isn; in module_list_functions() local 98 for (isn = LLVMGetFirstInstruction(bb); isn; in module_list_functions() 99 isn = LLVMGetNextInstruction(isn)) { in module_list_functions() 101 if (LLVMIsACallInst(isn)) { in module_list_functions() 103 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1); in module_list_functions()
|
/external/clang/test/SemaObjC/ |
D | call-super-2.m | 44 …i += [(id <Func>)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an expre… 46 …return i + [(Class <Func>)super class_func0]; // // expected-error {{cannot cast 'super' (it isn't… 50 …return [(Object <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an… 54 …return [(Derived <Func> *)super class_func0]; // expected-error {{cannot cast 'super' (it isn't an… 76 …return [(id <Func>)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't an exp… 80 …return [(Object <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't … 84 …return [(Derived <Func> *)super instance_func0]; // expected-error {{cannot cast 'super' (it isn't…
|
D | message.m | 40 // a statically typed object's class interface isn't in scope! This 41 // behavior isn't very desirable, however wee need it for GCC compatibility.
|
/external/srtp/srtp/ |
D | ekt.c | 205 uint16_t isn; in ekt_write_data() local 234 isn = (uint16_t)pkt_index; in ekt_write_data() 235 *((uint16_t *)packet) = htons(isn); in ekt_write_data() 237 octet_string_hex_string(packet, sizeof(isn))); in ekt_write_data() 238 packet += sizeof(isn); in ekt_write_data()
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | capturing-func.ll | 16 ; Check that the transformation isn't applied if the called function can 17 ; capture the pointer argument (i.e. the nocapture attribute isn't present)
|
/external/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 12 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive. 18 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 20 5. There isn't a <values.h>. 22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
|
/external/curl/tests/data/ |
D | test162 | 21 using NTLM and the server isn't, so we should fail. We know the server 22 isn't because there's no Proxy-Authorization: NTLM header
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | functionattrs.ll | 8 ; It's unusual to see a store to constant memory, but it isn't necessarily 10 ; code path which isn't ever executed. 44 ; isn't necessarily invalid.
|
/external/llvm/test/Transforms/Inline/ |
D | invoke-combine-clauses.ll | 45 ; Check that there isn't another "catch" clause: 79 ; Check that there isn't another "catch" clause: 116 ; Check that there isn't another "catch" clause:
|
/external/srtp/googlepatches/ |
D | vidyo-1-srtp-win.patch | 120 uint16_t isn; 148 - isn = pkt_index; 149 + isn = (uint16_t)pkt_index; 150 *((uint16_t *)packet) = htons(isn); 152 octet_string_hex_string(packet, sizeof(isn)));
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fmax-safe.ll | 35 ; This isn't a min or a max, but passes the first condition for swapping the 48 ; Make sure the transformation isn't triggered for integers
|
D | arm64-fmax.ll | 35 ; This isn't a min or a max, but passes the first condition for swapping the 48 ; Make sure the transformation isn't triggered for integers
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | StyleGuide.txt | 17 "Some condition failed, %r isn't right!" % a) 52 If the whitespace isn't right, it'll annoy me and I'll feel a need 98 isn't possible for ``__init__.py``, but it's otherwise easy enough.
|
/external/libchrome/base/test/data/file_util/ |
D | blank_line_crlf.txt | 3 But this one isn't.
|
D | blank_line.txt | 3 But this one isn't.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 106 var isn:Array = programs[programName] as Array; 107 if ( isn != null ) { 108 programs[programName] = isn.slice(MIN_TOKEN_INDEX,instructionIndex); 188 var isn:Array = programs[name] as Array; 189 if ( isn==null ) { 190 isn = initializeProgram(name); 192 return isn; 196 var isn:Array = new Array(); 197 programs[name] = isn; 198 return isn;
|
/external/llvm/test/Verifier/ |
D | token5.ll | 7 ; CHECK: Function takes token but isn't an intrinsic
|
D | token6.ll | 7 ; CHECK: Functions returns a token but isn't an intrinsic
|
D | inalloca-vararg.ll | 7 ; CHECK: inalloca isn't on the last argument!
|
D | recursive-type-1.ll | 8 ; the recursion isn't through a pointer to the type.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
D | .gitignore | 17 # Make sure a generated file isn't accidentally committed.
|
/external/dbus/ |
D | ChangeLog | 4 ProfileAttributeFlags enum as it isn't in our style guides
|
/external/llvm/test/Transforms/LICM/ |
D | atomics.ll | 43 ; (The noalias shouldn't be necessary in theory, but LICM isn't quite that 63 ; isn't there.
|
/external/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 89 // when connected (assuming there isn't another |active_by_default| source 114 // battery isn't discharging. -1 if the estimated time would be huge 119 // battery isn't charging. -1 if the estimated time would be huge (e.g.
|
12345678910>>...28