Home
last modified time | relevance | path

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

1234

/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/swiftshader/third_party/LLVM/lib/CodeGen/
DCodePlacementOpt.cpp190 MachineFunction::iterator Prior = prior(Begin); in EliminateUnconditionalJumpsToTop() local
191 if (Prior == MF.begin()) in EliminateUnconditionalJumpsToTop()
194 if (!HasFallthrough(Prior)) in EliminateUnconditionalJumpsToTop()
197 if (Prior->isSuccessor(End)) in EliminateUnconditionalJumpsToTop()
200 if (Prior == MachineFunction::iterator(TopMBB)) { in EliminateUnconditionalJumpsToTop()
205 if (!Prior->isSuccessor(End)) in EliminateUnconditionalJumpsToTop()
212 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Prior)))) in EliminateUnconditionalJumpsToTop()
216 Begin = Prior; in EliminateUnconditionalJumpsToTop()
/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/curl/docs/cmdline-opts/
Dproxy.d17 Prior versions may ignore the protocol and use http:// instead.
/external/rootdev/
DREADME.chromium7 Prior to this commit, rootdev was derived from the above link. However, it has
/external/u-boot/doc/
DREADME.kconfig53 Prior to Kconfig, in U-Boot, "make <board>_config" was used for the
64 Prior to Kconfig, the C preprocessor based board configuration had been used
91 Prior to Kconfig, boards.cfg was a primary database that contained Arch, CPU,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-inttoptr-xfail-1.mir9 # message. Prior to LegalizerInfo::verify AArch64 legalizer had a
Dlegalize-inttoptr-xfail-2.mir11 # to fail on it with an appropriate error message. Prior to
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dpc78 key <PGUP> { [ Prior ] };
/external/swiftshader/third_party/llvm-7.0/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/test/Transforms/IndVarSimplify/
D2011-11-15-multiexit.ll3 ; Prior to the fix for PR11375, indvars would replace %firstIV with a
/external/swiftshader/third_party/llvm-7.0/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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SpaceToBatchND.pbtxt136 batch position. Prior to division into blocks, the spatial dimensions of the
/external/libese/
DREADME.md24 Prior to use in a file, import all necessary variables with:
/external/libxkbcommon/xkbcommon/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/python/dateutil/
DAUTHORS.md5 Prior to 2017-12-01, the library was licensed solely under the BSD 3-clause
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dswp-const-tc3.ll5 ; prolog blocks. Prior to the bug, the pipeliner deleted one extra prolog and
/external/mdnsresponder/mDNSWindows/Java/
Dmakefile6420 # Prior to building Java support, you must build DNSSD.dll.
/external/python/cpython3/Doc/library/
Dtempfile.rst173 obtain a bytes return value. Prior to this, only str was allowed.
194 obtain a bytes return value. Prior to this, only str was allowed.
/external/libvpx/libvpx/vpx_ports/
Dx86_abi_support.asm394 ; On Android platforms use lrand48 when building postproc routines. Prior to L

1234