| /external/clang/unittests/Basic/ |
| D | VirtualFileSystemTest.cpp | 236 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/ |
| D | RangeConstraintManager.cpp | 115 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/ |
| D | resource_limits.cc | 15 bool ResourceLimits::Lower(int resource, rlim_t limit) { in Lower() function in sandbox::ResourceLimits
|
| /external/swiftshader/third_party/LLVM/include/llvm/Support/ |
| D | ConstantRange.h | 43 APInt Lower, Upper; variable
|
| /external/llvm/include/llvm/IR/ |
| D | ConstantRange.h | 44 APInt Lower, Upper; variable
|
| /external/llvm/lib/Target/BPF/ |
| D | BPFMCInstLower.cpp | 43 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in BPFMCInstLower
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZAsmPrinter.cpp | 105 SystemZMCInstLower Lower(MF->getContext(), *this); in EmitInstruction() local 506 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
|
| /external/llvm/include/llvm/Support/ |
| D | UnicodeCharRanges.h | 28 uint32_t Lower; member
|
| /external/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyMCInstLower.cpp | 57 void WebAssemblyMCInstLower::Lower(const MachineInstr *MI, in Lower() function in WebAssemblyMCInstLower
|
| /external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
| D | MipsMCInstLower.cpp | 116 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/ |
| D | CaseMap.java | 80 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/ |
| D | CaseMap.java | 75 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/ |
| D | MSP430MCInstLower.cpp | 109 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
|
| /external/llvm/lib/Target/Lanai/ |
| D | LanaiMCInstLower.cpp | 95 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in LanaiMCInstLower
|
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430MCInstLower.cpp | 113 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreMCInstLower.cpp | 107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in XCoreMCInstLower
|
| /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
| D | MBlazeMCInstLower.cpp | 117 void MBlazeMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MBlazeMCInstLower
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64MCInstLower.cpp | 207 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in AArch64MCInstLower
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsMCInstLower.cpp | 267 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
|
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 301 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in X86MCInstLower
|
| /external/llvm/lib/Support/ |
| D | ScaledNumber.cpp | 34 uint64_t Upper = P1, Lower = P4; in multiply64() local
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| D | ConstantRange.cpp | 599 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
|
| /external/llvm/include/llvm/Analysis/ |
| D | DependenceAnalysis.h | 370 const SCEV *Lower[8]; member
|
| /external/llvm/lib/IR/ |
| D | ConstantRange.cpp | 802 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
|
| /external/llvm/lib/Analysis/ |
| D | StratifiedSets.h | 523 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local
|