/external/valgrind/main/memcheck/tests/ |
D | origin1-yes.stderr.exp | 2 Undef 1 of 8 (stack, 32 bit) 9 Undef 2 of 8 (stack, 32 bit) 16 Undef 3 of 8 (stack, 64 bit) 23 Undef 4 of 8 (mallocd, 32-bit) 31 Undef 5 of 8 (realloc) 39 Undef 6 of 8 (MALLOCLIKE_BLOCK) 46 Undef 7 of 8 (brk) 50 Undef 8 of 8 (MAKE_MEM_UNDEFINED)
|
D | origin3-no.stderr.exp | 2 Undef 1 of 8 (8 bit undef) 12 Undef 2 of 8 (8 bits of 32 undef) 20 Undef 3 of 8 (32 bit undef) 30 Undef 4 of 8 (32 bit undef, unaligned) 40 Undef 5 of 8 (32 bit undef, modified) 50 Undef 6 of 8 (32 bit undef, unaligned, strange, #1) 59 Undef 7 of 8 (32 bit undef, unaligned, strange, #2) 68 Undef 8 of 8 (32 bit undef, unaligned, strange, #3)
|
D | origin2-not-quite.stderr.exp | 2 Undef 1 of 3 (64-bit FP) 12 Undef 2 of 3 (32-bit FP) 22 Undef 3 of 3 (int)
|
/external/clang/test/SemaCXX/ |
D | qualified-id-lookup.cpp | 100 struct Undef { // expected-note{{definition of 'Undef' is not complete until the closing '}'}} struct 103 Undef::type member; argument 105 …static int size = sizeof(Undef); // expected-error{{invalid application of 'sizeof' to an incomple… argument 110 int Undef::f() { in f() 111 return sizeof(Undef); in f()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 517 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 518 Phi.addIncoming(Undef, From); in addPhiValues() 540 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 542 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in setPhiValues() 543 Updater.AddAvailableValue(To, Undef); in setPhiValues() 555 Updater.AddAvailableValue(Dominator.getResult(), Undef); in setPhiValues() 845 Value *Undef = UndefValue::get(II->getType()); in rebuildSSA() local 847 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in rebuildSSA()
|
D | Reassociate.cpp | 798 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local 800 Undef, Undef, "", I); in RewriteExprTree()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 27 Constant* Undef = UndefValue::get(Int1); in TEST() local 55 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One)); in TEST() 63 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST() 67 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 35 Undef = 0x20, enumerator 39 DefineNoRead = Define | Undef, 73 flags & RegState::Undef, 401 return B ? RegState::Undef : 0; in getUndefRegState()
|
/external/openssl/patches/ |
D | 0012-wincrypt.patch | 4 Subject: [PATCH] Undef OCSP_REQUEST, X509_NAME and OCSP_RESPONSE
|
/external/llvm/test/Other/ |
D | lint.ll | 23 ; CHECK: Undef pointer dereference 25 ; CHECK: Undef pointer dereference 168 ; CHECK: Undefined behavior: Undef pointer dereference
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 782 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local 784 ReplaceInstUsesWith(*PHIsToSlice[i], Undef); in SliceUpIllegalIntegerPHI() 785 return ReplaceInstUsesWith(FirstPhi, Undef); in SliceUpIllegalIntegerPHI()
|
D | InstCombineSimplifyDemanded.cpp | 945 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local 950 Elts.push_back(Undef); in SimplifyDemandedVectorElts() 959 Elts.push_back(Undef); in SimplifyDemandedVectorElts()
|
/external/llvm/test/CodeGen/ARM/ |
D | vuzp.ll | 77 ; Undef shuffle indices should not prevent matching to VUZP:
|
D | vzip.ll | 77 ; Undef shuffle indices should not prevent matching to VZIP:
|
D | vtrn.ll | 99 ; Undef shuffle indices should not prevent matching to VTRN:
|
D | vrev.ll | 115 ; Undef shuffle indices should not prevent matching to VREV:
|
D | vext.ll | 57 ; Undef shuffle indices should not prevent matching to VEXT:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-uzp.ll | 81 ; Undef shuffle indices should not prevent matching to VUZP:
|
D | arm64-ext.ll | 57 ; Undef shuffle indices should not prevent matching to VEXT:
|
D | arm64-zip.ll | 81 ; Undef shuffle indices should not prevent matching to VZIP:
|
D | arm64-trn.ll | 108 ; Undef shuffle indices should not prevent matching to VTRN:
|
D | arm64-rev.ll | 176 ; Undef shuffle indices should not prevent matching to VREV:
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_storage.h | 375 } Undef; member
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
D | define_test.cpp | 721 TEST_F(DefineTest, Undef) in TEST_F() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4723 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local 4724 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad() 4732 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local 4733 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad() 4742 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local 4743 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, in getExtLoad() 4752 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local 4753 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, in getExtLoad() 4802 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local 4803 SDValue Ops[] = { Chain, Val, Ptr, Undef }; in getStore() [all …]
|