/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | constexpr-address.ll | 6 @ARR = external global [10 x i32], align 4 11 ; CHECK-DAG: lw $[[ARR:[0-9]+]], %got(ARR)({{.*}}) 13 ; CHECK: sw $[[T0]], 8($[[ARR]]) 16 store i32 12345, i32* getelementptr inbounds ([10 x i32], [10 x i32]* @ARR, i32 0, i32 2), align 4
|
/external/deqp/framework/delibs/decpp/ |
D | deDefs.hpp | 103 #define DE_ARRAY_BEGIN(ARR) (&(ARR)[0]) argument 106 #define DE_ARRAY_END(ARR) (DE_ARRAY_BEGIN(ARR) + DE_LENGTH_OF_ARRAY(ARR)) argument
|
/external/clang/test/Rewriter/ |
D | rewrite-foreach-in-block.mm | 15 - (id) ARR; method 24 [ace ARR]; 25 for (I *privilege in [ace ARR]) { } 29 [ace ARR];
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | not-a-vector.ll | 7 %ARR = alloca [7 x i64] 8 %C = bitcast [7 x i64]* %ARR to double* 11 %D = getelementptr [7 x i64], [7 x i64]* %ARR, i32 0, i32 4
|
/external/clang/test/CodeGenObjCXX/ |
D | literals.mm | 19 // CHECK: [[ARR:%[a-zA-Z0-9.]+]] = alloca i8* 23 // CHECK: [[PTR1:%.*]] = bitcast i8** [[ARR]] to i8* 53 // CHECK-NEXT: [[PTR2:%.*]] = bitcast i8** [[ARR]] to i8* 71 // CHECK: [[ARR:%[a-zA-Z0-9.]+]] = alloca i8* 75 // CHECK: [[PTR1:%.*]] = bitcast i8** [[ARR]] to i8* 105 // CHECK-NEXT: [[PTR2]] = bitcast i8** [[ARR]] to i8*
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 9 #define ARR(T, x, y, z) (T[3]){x, y, z} macro 45 for (DECL(int, j) : ARR(int, 1, 2, 3)) {} in foo()
|
/external/clang/test/CodeGenObjC/ |
D | objc-container-subscripting-1.m | 21 // CHECK: [[ARR:%.*]] = load {{%.*}} [[array:%.*]], align 8 23 // CHECK-NEXT: [[ARRC:%.*]] = bitcast {{%.*}} [[ARR]] to i8*
|
/external/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-arr.sh | 20 ARR ADDR[0].x, TEMP[0]
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.hpp | 62 #define GLS_ARRAY_RANGE(ARR) { DE_ARRAY_BEGIN(ARR), DE_ARRAY_END(ARR) } argument
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 100 OP11(ARR)
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 1685 static int ARR[N]; variable 1697 CHECK(ARR[i] == 0); in Worker() 1724 GLOB, ARR[1], ARR[7], ARR[N-1]); in Run() 1737 static int ARR[N]; variable 1744 CHECK(ARR[i] == 0); in Worker() 1776 int **ARR; variable 1782 CHECK(777 == *ARR[i]); in Worker() 1789 ARR = new int *[N_free]; in Run() 1797 ARR[i] = new int(777); in Run() 1806 for (int i = 0; i < N_free; i++) delete ARR[i]; in Run() [all …]
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 910 constexpr int ARR[] = { 1, 2, 3, 4, 5 }; variable 911 static_assert(sum(ARR) == 15, "");
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 1029 #define ITER(ARR) { ARR, DE_LENGTH_OF_ARRAY(ARR) } in iterate() argument
|
D | es3fUniformApiTests.cpp | 1097 #define ARRAY_CHOICE(ARR) (ARR[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) in randomFeatures() argument
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 927 #define ARRAY_CHOICE(ARR) (ARR[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) in randomFeatures() argument
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 689 .. opcode:: ARR - Address Register Load With Round
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2055 static bool isDiagnosedResult(ASTReader::ASTReadResult ARR, unsigned Caps) { in isDiagnosedResult() argument 2056 switch (ARR) { in isDiagnosedResult()
|