/external/llvm/test/Transforms/ScalarRepl/ |
D | nonzero-first-index.ll | 6 %nested = type { i32, [4 x i32] } 14 %A = alloca %nested 15 %B = getelementptr %nested* %A, i32 0, i32 1, i32 0 25 %A = alloca %nested 26 %B = getelementptr %nested* %A, i32 0, i32 1, i32 0 37 %A = alloca %nested 38 %B = bitcast %nested* %A to i32* 48 %A = alloca %nested 49 %B = bitcast %nested* %A to i32*
|
/external/javassist/src/main/javassist/convert/ |
D | TransformNewClass.java | 23 private int nested; field in TransformNewClass 35 nested = 0; in initialize() 62 ++nested; in transform() 68 if (typedesc != 0 && nested > 0) { in transform() 76 --nested; in transform()
|
D | TransformNew.java | 23 private int nested; field in TransformNew 35 nested = 0; in initialize() 66 ++nested; in transform() 82 if (typedesc != 0 && nested > 0) { in transform() 86 --nested; in transform()
|
/external/clang/test/SemaCXX/ |
D | missing-namespace-qualifier-typo-corrections.cpp | 15 …namespace nested { bool moreFoobar() { return true; } } // expected-note{{'fizbin::nested::moreFoo… in moreFoobar() namespace 16 …namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declare… in lessFoobar() namespace 29 …if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did… in Check()
|
D | trailing-return-0x.cpp | 46 struct nested { struct 55 nested<U> get_nested();
|
/external/bluetooth/glib/tests/markups/ |
D | expected-1 | 16 ELEMENT 'nested' 17 TEXT 'nested elements' 18 END 'nested'
|
/external/clang/test/Preprocessor/ |
D | macro_paste_msextensions.c | 19 #define nested(x) int x comment cute little dead tokens... macro 21 nested(baz) rise of the dead tokens
|
/external/dbus/test/data/valid-messages/ |
D | recursive-types.message | 48 STRING 'nested-dict' 55 STRING 'a deeply nested string' 57 STRING 'super-nested-dict'
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
D | regress-154693.js | 56 function nested() {} function 57 return nested;
|
/external/v8/test/mjsunit/compiler/ |
D | optimized-function-calls.js | 77 function nested() { function 81 assertEquals(3113460, nested());
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | SystemScopeTest.java | 185 SystemScope nested = new SystemScope("NestedScope", ss); in testSystemScopeStringIdentityScope() local 186 assertEquals("NestedScope", nested.getName()); in testSystemScopeStringIdentityScope() 187 assertSame(ss, nested.getScope()); in testSystemScopeStringIdentityScope()
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.mm | 1 …re,core.experimental -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s 2 …,core.experimental -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 17 ; Build a nested struct and pull a sub struct out of it 26 ; Use nested extractvalues to get to a value 31 ; Use nested insertvalues to build a nested struct
|
/external/clang/test/SemaTemplate/ |
D | dependent-base-classes.cpp | 49 class HasDepBase::Nested nested; in foo() local 58 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo() local
|
/external/llvm/test/Feature/ |
D | cfgstructures.ll | 31 ;; This is a simple nested loop 32 define void @nested(i1 %cond1, i1 %cond2, i1 %cond3) {
|
/external/icu4c/common/ |
D | uniset_props.cpp | 564 UnicodeSet* nested = 0; // alias - do not delete in applyPattern() local 626 nested = const_cast<UnicodeSet*>(ms); in applyPattern() 654 if (nested == 0) { in applyPattern() 660 nested = scratch.pointer(); in applyPattern() 664 nested->applyPattern(chars, symbols, patLocal, options, ec); in applyPattern() 668 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern() 672 nested->_toPattern(patLocal, FALSE); in applyPattern() 680 *this = *nested; in applyPattern() 687 removeAll(*nested); in applyPattern() 690 retainAll(*nested); in applyPattern() [all …]
|
/external/libffi/src/ia64/ |
D | ffi.c | 167 hfa_element_type (ffi_type *type, int nested) in hfa_element_type() argument 176 if (nested) in hfa_element_type() 182 if (nested) in hfa_element_type() 190 if (LDBL_MANT_DIG == 64 && nested) in hfa_element_type()
|
/external/llvm/test/TableGen/ |
D | CStyleComment.td | 1 // Test that multiline, nested, comments work correctly.
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Inline HTML (Advanced).text | 5 And nested without indentation:
|
/external/clang/test/PCH/ |
D | struct.c | 28 struct Nested nested = { 1, 2 }; variable
|
/external/markdown/tests/safe_mode/ |
D | inline-html-advanced.txt | 5 And nested without indentation:
|
/external/markdown/tests/markdown-test/ |
D | inline-html-advanced.txt | 5 And nested without indentation:
|
D | benchmark.dat | 16 nested-blockquotes:0.200000:0.000000
|
/external/clang/test/CXX/temp/temp.spec/ |
D | p5.cpp | 40 } nested; member
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Inline HTML (Advanced).text | 5 And nested without indentation:
|