Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 209) sorted by relevance

123456789

/external/llvm/test/Transforms/ScalarRepl/
Dnonzero-first-index.ll6 %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/
DTransformNewClass.java23 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()
DTransformNew.java23 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/
Dmissing-namespace-qualifier-typo-corrections.cpp15 …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()
Dtrailing-return-0x.cpp46 struct nested { struct
55 nested<U> get_nested();
/external/bluetooth/glib/tests/markups/
Dexpected-116 ELEMENT 'nested'
17 TEXT 'nested elements'
18 END 'nested'
/external/clang/test/Preprocessor/
Dmacro_paste_msextensions.c19 #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/
Drecursive-types.message48 STRING 'nested-dict'
55 STRING 'a deeply nested string'
57 STRING 'super-nested-dict'
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
Dregress-154693.js56 function nested() {} function
57 return nested;
/external/v8/test/mjsunit/compiler/
Doptimized-function-calls.js77 function nested() { function
81 assertEquals(3113460, nested());
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
DSystemScopeTest.java185 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/
Dmisc-ps-region-store.mm1 …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/
Dextractvalue.ll17 ; 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/
Ddependent-base-classes.cpp49 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/
Dcfgstructures.ll31 ;; This is a simple nested loop
32 define void @nested(i1 %cond1, i1 %cond2, i1 %cond3) {
/external/icu4c/common/
Duniset_props.cpp564 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/
Dffi.c167 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/
DCStyleComment.td1 // Test that multiline, nested, comments work correctly.
/external/markdown/MarkdownTest/Tests_2004/
DInline HTML (Advanced).text5 And nested without indentation:
/external/clang/test/PCH/
Dstruct.c28 struct Nested nested = { 1, 2 }; variable
/external/markdown/tests/safe_mode/
Dinline-html-advanced.txt5 And nested without indentation:
/external/markdown/tests/markdown-test/
Dinline-html-advanced.txt5 And nested without indentation:
Dbenchmark.dat16 nested-blockquotes:0.200000:0.000000
/external/clang/test/CXX/temp/temp.spec/
Dp5.cpp40 } nested; member
/external/markdown/MarkdownTest/Tests_2007/
DInline HTML (Advanced).text5 And nested without indentation:

123456789