Home
last modified time | relevance | path

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

12345678910

/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/bluetooth/glib/tests/markups/
Dexpected-116 ELEMENT 'nested'
17 TEXT 'nested elements'
18 END 'nested'
/external/clang/test/Index/Inputs/Headers/nested/
Dmodule.map1 module nested {
2 header "nested.h"
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp17 …namespace nested { bool moreFoobar() { return true; } } // expected-note{{'fizbin::nested::moreFoo… in moreFoobar() namespace
18 …namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declare… in lessFoobar() namespace
31 …if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did… in Check()
Dtrailing-return-0x.cpp56 struct nested { struct
65 nested<U> get_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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DAST.stg151 referencedElementsDeep, // all nested refs
152 referencedElements, // elements in immediately block; no nested blocks
165 referencedElementsDeep, // all nested refs
166 referencedElements, // elements in immediately block; no nested blocks
179 referencedElementsDeep, // all nested refs
180 referencedElements, // elements in immediately block; no nested blocks
/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/clang/test/Analysis/
Dmisc-ps-region-store.mm1 …re,experimental.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
2 …,experimental.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
/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.cpp551 UnicodeSet* nested = 0; // alias - do not delete in applyPattern() local
613 nested = const_cast<UnicodeSet*>(ms); in applyPattern()
641 if (nested == 0) { in applyPattern()
647 nested = scratch.pointer(); in applyPattern()
651 nested->applyPattern(chars, symbols, patLocal, options, ec); in applyPattern()
655 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern()
659 nested->_toPattern(patLocal, FALSE); in applyPattern()
667 *this = *nested; in applyPattern()
674 removeAll(*nested); in applyPattern()
677 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/YAMLParser/
Dspec-10-02.data8 text, [ nested ],
/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/markdown/tests/safe_mode/
Dinline-html-advanced.txt5 And nested without indentation:
/external/clang/test/PCH/
Dstruct.c28 struct Nested nested = { 1, 2 }; variable
/external/markdown/tests/markdown-test/
Dinline-html-advanced.txt5 And nested without indentation:

12345678910