Searched refs:AT1 (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Layout/ |
D | ms-x86-alias-avoidance-padding.cpp | 26 struct AT1 : V { struct 28 AT1() { in AT1() function 42 struct AT3 : AT2, AT1 {
|
/external/llvm-project/clang/test/Layout/ |
D | ms-x86-alias-avoidance-padding.cpp | 26 struct AT1 : V { struct 28 AT1() { in AT1() argument 42 struct AT3 : AT2, AT1 {
|
/external/llvm/test/Transforms/InstCombine/ |
D | err-rep-cold.ll | 25 …%0, i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i64 0, i64 0), i32 %a) #[[AT1:[0-9]+]] 75 ; CHECK: attributes #[[AT1]] = { cold nounwind }
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | err-rep-cold.ll | 25 …0, i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i64 0, i64 0), i32 %a) #[[$AT1:[0-9]+]] 75 ; CHECK: attributes #[[$AT1]] = { cold nounwind }
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | enqueue-kernel.ll | 97 ; CHECK-SAME: #[[AT1:[0-9]+]] 139 ; CHECK: attributes #[[AT1]] = {{.*}}"runtime-handle"="__test_block_invoke_kernel.runtime_handle"
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 251 AT1(1),
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 251 AT1(1),
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 5704 auto *AT1 = getAsArrayType(T1); in UnwrapSimilarArrayTypes() local 5705 if (!AT1) return UnwrappedAny; in UnwrapSimilarArrayTypes() 5712 if (auto *CAT1 = dyn_cast<ConstantArrayType>(AT1)) { in UnwrapSimilarArrayTypes() 5716 } else if (!isa<IncompleteArrayType>(AT1) || in UnwrapSimilarArrayTypes() 5721 T1 = AT1->getElementType(); in UnwrapSimilarArrayTypes()
|