Home
last modified time | relevance | path

Searched refs:Safe (Results 1 – 25 of 112) sorted by relevance

12345

/external/python/cpython3/Doc/library/
Dxml.rst68 external entity expansion Safe (4) Safe (1) Safe (2) Safe (4) Saf…
69 `DTD`_ retrieval Safe (4) Safe Safe Safe (4) Safe
70 decompression bomb Safe Safe Safe Safe **V…
/external/llvm-project/clang/test/SemaCXX/
Dwarn-float-conversion.cpp123 static constexpr bool Safe();
127 constexpr bool Check<char>::Safe() { return false; } in Safe() function in Check
130 constexpr bool Check<float>::Safe() { return true; } in Safe() function in Check
141 if (Check<T>::Safe()) in run2()
/external/python/cpython2/Doc/library/
Dxml.rst64 external entity expansion **Vulnerable** Safe (1) Safe (2) **Vulnerable** Saf…
65 `DTD`_ retrieval **Vulnerable** Safe Safe **Vulnerable** Safe
66 decompression bomb Safe Safe Safe Safe **V…
/external/llvm/tools/bugpoint/
DMiscompilation.cpp695 std::unique_ptr<Module> Safe, std::string &Error) { in TestOptimizer() argument
713 BD, std::move(Optimized), std::move(Safe), Error, Broken); in TestOptimizer()
767 Module *Safe) { in CleanupAndPrepareModules() argument
777 if (Function *oldMain = Safe->getFunction("main")) in CleanupAndPrepareModules()
800 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain); in CleanupAndPrepareModules()
804 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules()
815 Safe->getOrInsertFunction("getPointerToNamedFunction", in CleanupAndPrepareModules()
816 Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
817 Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
821 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules()
[all …]
/external/llvm-project/llvm/tools/bugpoint/
DMiscompilation.cpp702 std::unique_ptr<Module> Safe) { in TestOptimizer() argument
721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer()
783 Module *Safe) { in CleanupAndPrepareModules() argument
794 if (Function *oldMain = Safe->getFunction("main")) in CleanupAndPrepareModules()
818 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain); in CleanupAndPrepareModules()
822 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules()
832 FunctionCallee resolverFunc = Safe->getOrInsertFunction( in CleanupAndPrepareModules()
833 "getPointerToNamedFunction", Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
834 Type::getInt8PtrTy(Safe->getContext())); in CleanupAndPrepareModules()
837 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules()
[all …]
/external/libchrome/third_party/markupsafe/
DREADME.chromium1 Name: MarkupSafe Python Safe String Class
10 Safe string class, used by Jinja2 template engine.
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp369 SmallVectorImpl<CHIArg> &Safe);
817 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument
825 Safe.push_back(CHI); in checkSafety()
830 Safe.push_back(CHI); in checkSafety()
905 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
910 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
913 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates()
916 for (auto B : Safe) in findHoistableCandidates()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-outliner-bad-register.mir10 ; No problematic register appears at all. Safe for outlining.
13 ; A problematic register is live, but after the candidate. Safe for outlining.
17 ; entry to the candidate. Safe for outlining.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp598 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument
606 Safe.push_back(CHI); in checkSafety()
610 Safe.push_back(CHI); in checkSafety()
715 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
720 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
723 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates()
726 for (auto B : Safe) in findHoistableCandidates()
/external/python/markupsafe/docs/
Descaping.rst3 Working With Safe Text
/external/rust/cxx/book/diagram/
Doverview.ascii9 Safe | |
/external/rust/crates/memchr/
DMETADATA2 description: "Safe interface to memchr."
/external/rust/cxx/
DMETADATA3 "Safe interop between Rust and C++"
/external/rust/crates/ring/
DMETADATA2 description: "Safe, fast, small crypto using Rust."
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp423 std::set<IndicesVector> &Safe) { in MarkIndicesSafe() argument
425 Low = Safe.upper_bound(ToMark); in MarkIndicesSafe()
427 if (Low != Safe.begin()) in MarkIndicesSafe()
432 if (Low != Safe.end()) { in MarkIndicesSafe()
442 Low = Safe.insert(Low, ToMark); in MarkIndicesSafe()
445 std::set<IndicesVector>::iterator End = Safe.end(); in MarkIndicesSafe()
449 Safe.erase(Remove); in MarkIndicesSafe()
/external/rust/crates/untrusted/
DMETADATA2 description: "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in…
DCargo.toml18 description = "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs i…
/external/webrtc/rtc_base/numerics/
Dsafe_compare.h155 bool>::type Safe##name(T1 a, T2 b) { \
162 bool>::type Safe##name(const T1& a, \
/external/llvm-project/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp530 std::set<IndicesVector> &Safe) { in markIndicesSafe() argument
532 Low = Safe.upper_bound(ToMark); in markIndicesSafe()
534 if (Low != Safe.begin()) in markIndicesSafe()
539 if (Low != Safe.end()) { in markIndicesSafe()
549 Low = Safe.insert(Low, ToMark); in markIndicesSafe()
552 std::set<IndicesVector>::iterator End = Safe.end(); in markIndicesSafe()
556 Safe.erase(Remove); in markIndicesSafe()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp536 std::set<IndicesVector> &Safe) { in markIndicesSafe() argument
538 Low = Safe.upper_bound(ToMark); in markIndicesSafe()
540 if (Low != Safe.begin()) in markIndicesSafe()
545 if (Low != Safe.end()) { in markIndicesSafe()
555 Low = Safe.insert(Low, ToMark); in markIndicesSafe()
558 std::set<IndicesVector>::iterator End = Safe.end(); in markIndicesSafe()
562 Safe.erase(Remove); in markIndicesSafe()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h105 Safe, enumerator
180 Status(VectorizationSafetyStatus::Safe), RecordDependences(true) {} in MemoryDepChecker()
209 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h100 Safe, enumerator
176 Status(VectorizationSafetyStatus::Safe), RecordDependences(true) {} in MemoryDepChecker()
205 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp304 bool Safe = false; in isConsecutiveAccess() local
311 Safe = cast<BinaryOperator>(OpB)->hasNoSignedWrap(); in isConsecutiveAccess()
313 Safe = cast<BinaryOperator>(OpB)->hasNoUnsignedWrap(); in isConsecutiveAccess()
321 if (!Safe) { in isConsecutiveAccess()
327 Safe = true; in isConsecutiveAccess()
330 if (!Safe) in isConsecutiveAccess()
/external/webrtc/rtc_base/
Dchecks.h358 RTC_EAT_STREAM_PARAMETERS(((void)::rtc::Safe##op(a, b)))
377 ::rtc::Safe##name((val1), (val2)) \
393 ::rtc::Safe##name((val1), (val2)) \
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp432 bool Safe = false; in lookThroughComplexAddresses() local
445 Safe = true; in lookThroughComplexAddresses()
464 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
477 Safe = true; in lookThroughComplexAddresses()
484 Safe = true; in lookThroughComplexAddresses()
498 Safe = true; in lookThroughComplexAddresses()
508 if (!Safe) { in lookThroughComplexAddresses()

12345