Home
last modified time | relevance | path

Searched refs:Exact (Results 1 – 25 of 28) sorted by relevance

12

/external/lldb/source/Breakpoint/
DBreakpointResolverName.cpp64 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/
DFloat2Int.cpp336 bool Exact; in walkForwards() local
339 &Exact); in walkForwards()
450 bool Exact; in convert() local
453 &Exact); in convert()
/external/lldb/include/lldb/Core/
DAddressResolver.h49 Exact, enumerator
DAddressResolverName.h32 AddressResolver::MatchType type = Exact);
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h268 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/
Dinstancetype.mm67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/clang/test/SemaObjC/
Dinstancetype.m67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/llvm/test/CodeGen/X86/
Dfdiv.ll4 ; Exact division by a constant converted to multiplication.
/external/llvm/include/llvm/IR/
DInstrTypes.h270 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/
Dfunctional.occlusion_query.txt29 + Exact occlusion query result verification
Dfunctional.vertex_arrays.single_attribute.txt39 + Exact precision of attributes as input is clamped to very few bits of output.
/external/lldb/include/lldb/Breakpoint/
DBreakpoint.h92 Exact, enumerator
/external/lldb/source/Core/
DAddressResolverName.cpp115 case AddressResolver::Exact: in SearchCallback()
/external/clang/test/Rewriter/
Dinstancetype-test.mm66 // Exact type checks
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp136 Breakpoint::Exact, in CreateExceptionResolver()
DAppleObjCRuntimeV2.cpp469 Breakpoint::Exact, in CreateExceptionResolver()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt30 + Exact layout validation for data layout related queries (offset,
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4842 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/
DEGL_MESA_screen_surface352 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/
DCloning.cpp145 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
/external/clang/docs/
DAddressSanitizer.rst196 * AddressSanitizer uses more real memory than a native run. Exact overhead
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp655 bool Exact = (Dist % IVBump) == 0; in computeCount() local
658 if (!Exact) in computeCount()
/external/valgrind/docs/internals/
Drelease-HOWTO.txt20 - Update version number and date in docs/xml/vg-entities.xml. (Exact
/external/llvm/lib/AsmParser/
DLLParser.cpp2703 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/
DAntlr.Runtime.pas2238 function CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows()
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in TBaseRecognizer.CombineFollows()
4230 if (Exact) then

12