Home
last modified time | relevance | path

Searched defs:Lower (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp236 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local
261 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local
395 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local
419 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local
461 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local
481 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local
705 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
765 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
801 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
833 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp115 const llvm::APSInt &Lower, in IntersectInRange()
158 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { in pin()
248 llvm::APSInt Lower, llvm::APSInt Upper) const { in Intersect()
458 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment; in assumeSymNE() local
505 llvm::APSInt Lower = Min - Adjustment; in getSymLTRange() local
541 llvm::APSInt Lower = ComparisonVal - Adjustment; in getSymGTRange() local
578 llvm::APSInt Lower = ComparisonVal - Adjustment; in getSymGERange() local
614 llvm::APSInt Lower = Min - Adjustment; in getSymLERange() local
642 llvm::APSInt Lower = Min - Adjustment; in getSymLERange() local
/external/libchrome/sandbox/linux/services/
Dresource_limits.cc15 bool ResourceLimits::Lower(int resource, rlim_t limit) { in Lower() function in sandbox::ResourceLimits
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantRange.h43 APInt Lower, Upper; variable
/external/llvm/include/llvm/IR/
DConstantRange.h44 APInt Lower, Upper; variable
/external/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp43 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in BPFMCInstLower
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp105 SystemZMCInstLower Lower(MF->getContext(), *this); in EmitInstruction() local
506 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h28 uint32_t Lower; member
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp57 void WebAssemblyMCInstLower::Lower(const MachineInstr *MI, in Lower() function in WebAssemblyMCInstLower
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCInstLower.cpp116 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java80 public static final class Lower extends CaseMap { class in CaseMap
83 private Lower(int opt) { super(opt); } in Lower() method in CaseMap.Lower
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java75 public static final class Lower extends CaseMap { class in CaseMap
78 private Lower(int opt) { super(opt); } in Lower() method in CaseMap.Lower
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430MCInstLower.cpp109 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
/external/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp95 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in LanaiMCInstLower
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp113 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in XCoreMCInstLower
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMCInstLower.cpp117 void MBlazeMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MBlazeMCInstLower
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp207 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in AArch64MCInstLower
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp267 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86MCInstLower.cpp301 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in X86MCInstLower
/external/llvm/lib/Support/
DScaledNumber.cpp34 uint64_t Upper = P1, Lower = P4; in multiply64() local
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp599 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h370 const SCEV *Lower[8]; member
/external/llvm/lib/IR/
DConstantRange.cpp802 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
/external/llvm/lib/Analysis/
DStratifiedSets.h523 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local

12