Searched refs:foos (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | packed_struct.ll | 2 ; RUN: grep foos+5 %t 3 ; RUN: grep foos+1 %t 4 ; RUN: grep foos+9 %t 15 @foos = external global %struct.anon ; <%struct.anon*> [#uses=3] 20 %tmp = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 1) ; <i32> [#uses=1] 21 %tmp3 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 2) ; <i32> [#uses=1] 22 %tmp6 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 3) ; <i32> [#uses=1]
|
/external/llvm/test/Feature/ |
D | packed_struct.ll | 9 @foos = external global %struct.anon 19 … %tmp = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 1) ; <i32> [#uses=1] 20 … %tmp3 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 2) ; <i32> [#uses=1] 21 … %tmp6 = load i32* getelementptr (%struct.anon* @foos, i32 0, i32 3) ; <i32> [#uses=1]
|
/external/llvm/test/Integer/ |
D | packed_struct_bt.ll | 9 @foos = external global %struct.anon 19 … %tmp = load i35* getelementptr (%struct.anon* @foos, i32 0, i32 1) ; <i35> [#uses=1] 20 … %tmp3 = load i35* getelementptr (%struct.anon* @foos, i32 0, i32 2) ; <i35> [#uses=1] 21 … %tmp6 = load i35* getelementptr (%struct.anon* @foos, i32 0, i32 3) ; <i35> [#uses=1]
|
/external/clang/test/SemaObjC/ |
D | continuation-class-property.m | 5 @property (readonly, copy) id foos; property 18 @property (readwrite, copy) id foos; 22 @property (readwrite, copy) id foos;
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | LinkedListMultimapTest.java | 126 Collection<Integer> foos = map.get("foo"); in testLinkedGetAdd() local 127 foos.add(2); in testLinkedGetAdd() 128 foos.add(3); in testLinkedGetAdd() 139 List<Integer> foos = map.get("foo"); in testLinkedGetInsert() local 140 foos.add(2); in testLinkedGetInsert() 141 foos.add(0, 3); in testLinkedGetInsert() 195 List<Integer> foos = map.get("foo"); in testLinkedClear() local 197 assertEquals(asList(1, 2), foos); in testLinkedClear() 200 assertEquals(Collections.emptyList(), foos); in testLinkedClear() local
|
/external/clang/test/SemaCXX/ |
D | zero-length-arrays.cpp | 14 Foo foos[0]; member in Bar
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 289 private Foo[] foos; field in ArrayAccessReplaceTest.Simple 318 return foos[pos]; in getFoo() 362 foos[pos] = value; in setFoo()
|
/external/clang/test/PCH/ |
D | cxx-templates.h | 332 template<typename... Foos> int returnsInt(Foos... foos); 348 template<class... Foos> int returnsInt(Foos... foos);
|
/external/llvm/test/Transforms/InstCombine/ |
D | vector-casts.ll | 90 define <2 x i65> @foos(<2 x i64> %t) {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 73199 http://www.tablesoccer.com/ts_html/foos-tip.htm
|