/external/lldb/source/Breakpoint/ |
D | BreakpointResolverName.cpp | 64 m_match_type (Breakpoint::Exact), in BreakpointResolverName() 78 m_match_type (Breakpoint::Exact), in BreakpointResolverName() 213 case Breakpoint::Exact: in SearchCallback()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 336 bool Exact; in walkForwards() local 339 &Exact); in walkForwards() 450 bool Exact; in convert() local 453 &Exact); in convert()
|
/external/lldb/include/lldb/Core/ |
D | AddressResolver.h | 49 Exact, enumerator
|
D | AddressResolverName.h | 32 AddressResolver::MatchType type = Exact);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 268 const SCEV *Exact; 271 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {} 273 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {} 278 return !isa<SCEVCouldNotCompute>(Exact) ||
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/clang/test/SemaObjC/ |
D | instancetype.m | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 4 ; Exact division by a constant converted to multiplication.
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 270 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv 271 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv 272 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr 273 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 29 + Exact occlusion query result verification
|
D | functional.vertex_arrays.single_attribute.txt | 39 + Exact precision of attributes as input is clamped to very few bits of output.
|
/external/lldb/include/lldb/Breakpoint/ |
D | Breakpoint.h | 92 Exact, enumerator
|
/external/lldb/source/Core/ |
D | AddressResolverName.cpp | 115 case AddressResolver::Exact: in SearchCallback()
|
/external/clang/test/Rewriter/ |
D | instancetype-test.mm | 66 // Exact type checks
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 136 Breakpoint::Exact, in CreateExceptionResolver()
|
D | AppleObjCRuntimeV2.cpp | 469 Breakpoint::Exact, in CreateExceptionResolver()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 30 + Exact layout validation for data layout related queries (offset,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4842 if (EL.Exact == getCouldNotCompute()) in ComputeBackedgeTakenCount() 4847 ExitCounts.push_back(std::make_pair(ExitBB, EL.Exact)); in ComputeBackedgeTakenCount() 4990 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond() 4991 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond() 4994 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond() 5007 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond() 5008 BECount = EL0.Exact; in ComputeExitLimitFromCond() 5025 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond() 5026 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond() 5029 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond() [all …]
|
/external/mesa3d/src/egl/docs/ |
D | EGL_MESA_screen_surface | 352 EGL_OPTIMAL_MESA EGL_DONT_CARE Exact 1,0 1 353 EGL_INTERLACED_MESA EGL_DONT_CARE Exact 0,1 2 357 EGL_MODE_ID_MESA EGL_DONT_CARE Exact Smaller 6
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 145 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 196 * AddressSanitizer uses more real memory than a native run. Exact overhead
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 655 bool Exact = (Dist % IVBump) == 0; in computeCount() local 658 if (!Exact) in computeCount()
|
/external/valgrind/docs/internals/ |
D | release-HOWTO.txt | 20 - Update version number and date in docs/xml/vg-entities.xml. (Exact
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2703 bool Exact = false; in ParseValID() local 2720 Exact = true; in ParseValID() 2764 if (Exact) Flags |= PossiblyExactOperator::IsExact; in ParseValID() 4469 bool Exact = EatIfPresent(lltok::kw_exact); in ParseInstruction() local 4472 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 2238 function CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() 4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in TBaseRecognizer.CombineFollows() 4230 if (Exact) then
|