/external/libcxx/test/std/utilities/optional/optional.relops/ |
D | greater_equal.pass.cpp | 71 using O2 = optional<long>; in main() typedef 78 using O2 = optional<const int>; in main() typedef
|
D | less_than.pass.cpp | 69 using O2 = optional<long>; in main() typedef 76 using O2 = optional<const int>; in main() typedef
|
D | less_equal.pass.cpp | 71 using O2 = optional<long>; in main() typedef 78 using O2 = optional<const int>; in main() typedef
|
D | greater_than.pass.cpp | 69 using O2 = optional<long>; in main() typedef 76 using O2 = optional<const int>; in main() typedef
|
D | equal.pass.cpp | 74 using O2 = optional<long>; in main() typedef 81 using O2 = optional<const int>; in main() typedef
|
D | not_equal.pass.cpp | 74 using O2 = optional<long>; in main() typedef 81 using O2 = optional<const int>; in main() typedef
|
/external/webp/src/dsp/ |
D | mips_macro.h | 41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument 51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument 84 #define SRA_16(O0, O1, O2, O3, \ argument 97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument 123 #define PACK_2_HALVES_TO_WORD(O0, O1, O2, O3, \ argument 141 #define CONVERT_2_BYTES_TO_HALF(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
|
D | enc_mips_dsp_r2.c | 28 #define ADD_SUB_HALVES_X4(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
|
/external/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 84 O2, enumerator
|
/external/clang/test/SemaObjCXX/ |
D | delay-parsing-cplusfuncs.mm | 39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDebugRegisterer.cpp | 120 raw_string_ostream O2(Filename); in MakeELF() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 443 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() 1126 const Value *O2 = GetUnderlyingObject(V2, TD); in aliasCheck() local
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 667 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() 1420 const Value *O2 = GetUnderlyingObject(V2, DL, MaxLookupSearchDepth); in aliasCheck() local
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 967 llvm::raw_string_ostream O2(S2); in EmitVTableTypeMetadata() local
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 824 [](const std::set<uint64_t> &O1, const std::set<uint64_t> &O2) { in buildBitSetsFromDisjointSet()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2074 Value *O1 = S1->getOperand(o), *O2 = S2->getOperand(o); in findBestDAGFor() local
|