Home
last modified time | relevance | path

Searched refs:Prior (Results 1 – 25 of 132) sorted by relevance

123456

/external/compiler-rt/test/esan/TestCases/
Dworkingset-signal-posix.cpp30 __sighandler_t Prior = signal(SIGSEGV, SignalHandler); in main() local
31 assert(Prior == SIG_DFL); in main()
36 Prior = signal(SIGSEGV, SIG_DFL); in main()
37 assert(Prior == SignalHandler); in main()
/external/llvm-project/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp727 std::vector<MemberInfo>::iterator Prior = Members.begin(); in clipTailPadding() local
728 CharUnits Tail = getSize(Prior->Data); in clipTailPadding()
729 for (std::vector<MemberInfo>::iterator Member = Prior + 1, in clipTailPadding()
736 assert(Prior->Kind == MemberInfo::Field && in clipTailPadding()
738 if (!Prior->FD || Prior->FD->isBitField()) in clipTailPadding()
739 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding()
740 cast<llvm::IntegerType>(Prior->Data)->getIntegerBitWidth(), 8))); in clipTailPadding()
742 assert(Prior->FD->hasAttr<NoUniqueAddressAttr>() && in clipTailPadding()
744 Prior->Data = getByteArrayType( in clipTailPadding()
745 Context.getTypeInfoDataSizeInChars(Prior->FD->getType()).Width); in clipTailPadding()
[all …]
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp547 std::vector<MemberInfo>::iterator Prior = Members.begin(); in clipTailPadding() local
548 CharUnits Tail = getSize(Prior->Data); in clipTailPadding()
549 for (std::vector<MemberInfo>::iterator Member = Prior + 1, in clipTailPadding()
556 assert(Prior->Kind == MemberInfo::Field && !Prior->FD && in clipTailPadding()
558 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding()
559 cast<llvm::IntegerType>(Prior->Data)->getIntegerBitWidth(), 8))); in clipTailPadding()
562 Prior = Member; in clipTailPadding()
563 Tail = Prior->Offset + getSize(Prior->Data); in clipTailPadding()
/external/rootdev/
DREADME.chromium7 Prior to this commit, rootdev was derived from the above link. However, it has
/external/curl/docs/cmdline-opts/
Dproxy.d18 Prior versions may ignore the protocol and use http:// instead.
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-inttoptr-xfail-1.mir8 # message. Prior to LegalizerInfo::verify AArch64 legalizer had a
Dlegalize-inttoptr-xfail-2.mir10 # to fail on it with an appropriate error message. Prior to
/external/llvm-project/lld/test/ELF/
Dhexagon-tls-gd-nonpreemptible.s9 ## Prior to D77021 lld would error "relocation R_HEX_GD_PLT_B22_PCREL cannot refer to absolute symb…
/external/libxkbcommon/test/data/symbols/
Dpc78 key <PGUP> { [ Prior ] };
/external/llvm-project/llvm/test/CodeGen/ARM/
Difcvt-regmask-noreturn.ll11 ; Prior to this change, the stack_chk call (which does not return) would clobber R0 in its regmask,
/external/llvm/test/CodeGen/ARM/
Difcvt-regmask-noreturn.ll11 ; Prior to this change, the stack_chk call (which does not return) would clobber R0 in its regmask,
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/
D2011-11-15-multiexit.ll3 ; Prior to the fix for PR11375, indvars would replace %firstIV with a
/external/llvm/test/Transforms/IndVarSimplify/
D2011-11-15-multiexit.ll3 ; Prior to the fix for PR11375, indvars would replace %firstIV with a
/external/iptables/extensions/
Dlibxt_TCPMSS.man36 packets from itself to the source and destination IP addresses. Prior to
/external/python/setuptools/docs/
Dreleases.txt10 Prior to cutting a release, please check that the CHANGES.rst reflects
/external/conscrypt/
DIMPLEMENTATION_NOTES.md16 Prior to version 2.5.0 Conscrypt's hostname verification (enabled by
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SpaceToBatchND.pbtxt136 batch position. Prior to division into blocks, the spatial dimensions of the
/external/rust/crates/num-derive/
DRELEASES.md101 # Prior releases
/external/rust/crates/num-integer/
DRELEASES.md94 # Prior releases
/external/libese/
DREADME.md24 Prior to use in a file, import all necessary variables with:
/external/libxkbcommon/test/data/symbols/macintosh_vndr/
Dus93 key <PGUP> { [ Prior ] };
/external/antlr/runtime/C/doxygen/
Dchanges31.dox43 /// Prior to the 3.1 release, accessing the token source of a lexer required knowledge of where
/external/python/cpython2/Doc/library/
Dpipes.rst39 Prior to Python 2.7, this function was not publicly documented. It is
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Damdpal.ll59 ; Prior to GCN3 s_load_dword offsets are dwords, so the offset will be 0x4.
/external/mdnsresponder/mDNSWindows/Java/
Dmakefile6420 # Prior to building Java support, you must build DNSSD.dll.

123456