| /external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
| D | initializer_list_compare_alloc.pass.cpp | 27 typedef test_compare<std::less<int> > Cmp; in main() typedef 61 typedef test_compare<std::less<int> > Cmp; in main() typedef 126 typedef test_compare<std::less<int> > Cmp; in main() typedef
|
| D | initializer_list_compare.pass.cpp | 26 typedef test_compare<std::less<int> > Cmp; in main() typedef 58 typedef test_compare<std::less<int> > Cmp; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multimap/multimap.cons/ |
| D | initializer_list_compare_alloc.pass.cpp | 27 typedef test_less<int> Cmp; in main() typedef 61 typedef test_less<int> Cmp; in main() typedef 126 typedef test_less<int> Cmp; in main() typedef
|
| D | initializer_list_compare.pass.cpp | 26 typedef test_less<int> Cmp; in main() typedef 58 typedef test_less<int> Cmp; in main() typedef
|
| /external/libcxx/test/std/containers/associative/set/set.cons/ |
| D | initializer_list_compare_alloc.pass.cpp | 28 typedef test_compare<std::less<int> > Cmp; in main() typedef 46 typedef test_compare<std::less<int> > Cmp; in main() typedef
|
| D | initializer_list_compare.pass.cpp | 24 typedef test_compare<std::less<int> > Cmp; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/set/set.cons/ |
| D | initializer_list_compare_alloc.pass.cpp | 27 typedef test_less<int> Cmp; in main() typedef 45 typedef test_less<int> Cmp; in main() typedef
|
| D | initializer_list_compare.pass.cpp | 24 typedef test_less<int> Cmp; in main() typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ConditionOptimizer.cpp | 229 static AArch64CC::CondCode getAdjustedCmp(AArch64CC::CondCode Cmp) { in getAdjustedCmp() 243 MachineInstr *CmpMI, AArch64CC::CondCode Cmp) { in adjustCmp() 274 AArch64CC::CondCode Cmp; in modifyCmp() local 319 AArch64CC::CondCode Cmp, MachineInstr *To, int ToImm) in adjustTo()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ConditionOptimizer.cpp | 218 static AArch64CC::CondCode getAdjustedCmp(AArch64CC::CondCode Cmp) { in getAdjustedCmp() 232 MachineInstr *CmpMI, AArch64CC::CondCode Cmp) { in adjustCmp() 263 AArch64CC::CondCode Cmp; in modifyCmp() local 308 AArch64CC::CondCode Cmp, MachineInstr *To, int ToImm) in adjustTo()
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyTIL.h | 396 typename C::CType compare(const Variable* E, C& Cmp) const { in compare() 457 typename C::CType compare(const Future* E, C& Cmp) const { in compare() 485 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare() 507 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare() 541 typename C::CType compare(const Literal* E, C& Cmp) const { in compare() 643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare() 686 typename C::CType compare(const Function* E, C& Cmp) const { in compare() 742 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare() 778 typename C::CType compare(const Code* E, C& Cmp) const { in compare() 814 typename C::CType compare(const Field* E, C& Cmp) const { in compare() [all …]
|
| /external/llvm/lib/Support/ |
| D | Statistic.cpp | 108 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort() local 111 if (int Cmp = std::strcmp(LHS->getName(), RHS->getName())) in sort() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ExpandMemCmp.cpp | 303 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_NE, Diff, in emitLoadCompareByteBlock() local 334 Value *Cmp = nullptr; in getCompareLoadPairs() local 410 Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex); in emitLoadCompareBlockMultipleLoads() local 482 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_EQ, LoadSrc1, LoadSrc2); in emitLoadCompareBlock() local 518 Value *Cmp = Builder.CreateICmp(ICmpInst::ICMP_ULT, ResBlock.PhiSrc1, in emitMemCmpResultBlock() local 562 Value *Cmp = getCompareLoadPairs(0, LoadIndex); in getMemCmpEqZeroOneBlock() local
|
| /external/webrtc/logging/rtc_event_log/ |
| D | rtc_event_processor.cc | 33 bool RtcEventProcessor::Cmp(const RtcEventProcessor::ListPtrType& a, in Cmp() function in webrtc::RtcEventProcessor
|
| /external/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
| D | initializer_list_compare.pass.cpp | 24 typedef test_compare<std::less<int> > Cmp; in main() typedef
|
| D | initializer_list_compare_alloc.pass.cpp | 25 typedef test_compare<std::less<int> > Cmp; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multiset/multiset.cons/ |
| D | initializer_list_compare.pass.cpp | 24 typedef test_less<int> Cmp; in main() typedef
|
| D | initializer_list_compare_alloc.pass.cpp | 25 typedef test_less<int> Cmp; in main() typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 951 Value *Cmp = Builder.CreateICmp(ICmpInst::getSignedPredicate(Cond), in foldGEPICmp() local 1392 Instruction *InstCombiner::foldICmpWithZero(ICmpInst &Cmp) { in foldICmpWithZero() 1433 Instruction *InstCombiner::foldICmpWithConstant(ICmpInst &Cmp) { in foldICmpWithConstant() 1458 Instruction *InstCombiner::foldICmpWithDominatingICmp(ICmpInst &Cmp) { in foldICmpWithDominatingICmp() 1528 Instruction *InstCombiner::foldICmpTruncConstant(ICmpInst &Cmp, in foldICmpTruncConstant() 1561 Instruction *InstCombiner::foldICmpXorConstant(ICmpInst &Cmp, in foldICmpXorConstant() 1633 Instruction *InstCombiner::foldICmpAndShift(ICmpInst &Cmp, BinaryOperator *And, in foldICmpAndShift() 1716 Instruction *InstCombiner::foldICmpAndConstConst(ICmpInst &Cmp, in foldICmpAndConstConst() 1825 Instruction *InstCombiner::foldICmpAndConstant(ICmpInst &Cmp, in foldICmpAndConstant() 1879 Instruction *InstCombiner::foldICmpOrConstant(ICmpInst &Cmp, BinaryOperator *Or, in foldICmpOrConstant() [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
| D | xds.h | 44 int Cmp(const AttributeInterface* other) const override { in Cmp() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Statistic.cpp | 138 if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType())) in sort() local 141 if (int Cmp = std::strcmp(LHS->getName(), RHS->getName())) in sort() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | BitTracker.h | 98 struct Cmp { struct 99 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} in Cmp() argument 101 DenseMap<const MachineInstr*,unsigned> &Dist;
|
| /external/vixl/examples/aarch64/ |
| D | abs.cc | 41 __ Cmp(x0, 0); in GenerateAbs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LibCallsShrinkWrap.cpp | 104 Value *createOrCond(CallInst *CI, CmpInst::Predicate Cmp, float Val, in createOrCond() 114 Value *createCond(IRBuilder<> &BBBuilder, Value *Arg, CmpInst::Predicate Cmp, in createCond() 123 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond()
|
| /external/llvm/utils/TableGen/ |
| D | OptParserEmitter.cpp | 56 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").c_str(), in CompareOptionRecords() local 71 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str())) in CompareOptionRecords() local
|