/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | str_cat.h | 252 struct Dec { struct 259 explicit Dec(Int v, PadSpec spec = absl::kNoPad, argument 270 friend void AbslStringify(S& sink, Dec dec) { in AbslStringify() argument
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | str_cat.h | 252 struct Dec { struct 259 explicit Dec(Int v, PadSpec spec = absl::kNoPad, argument 270 friend void AbslStringify(S& sink, Dec dec) { in AbslStringify() argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | str_cat.h | 252 struct Dec { struct 259 explicit Dec(Int v, PadSpec spec = absl::kNoPad, argument 270 friend void AbslStringify(S& sink, Dec dec) { in AbslStringify() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/ |
D | ExprMutationAnalyzer.h | 87 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() 89 const Stmt *findMutation(const Decl *Dec) { return A.findMutation(Dec); } in findMutation() 94 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated() 100 const Stmt *findPointeeMutation(const Decl *Dec) { in findPointeeMutation()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | str_cat.h | 220 struct Dec { struct 227 explicit Dec(Int v, PadSpec spec = absl::kNoPad, argument
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | str_cat.h | 221 struct Dec { struct 228 explicit Dec(Int v, PadSpec spec = absl::kNoPad, argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | str_cat.h | 184 struct Dec { struct 191 explicit Dec(Int v, PadSpec spec = absl::kNoPad, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | str_cat.h | 221 struct Dec { struct 228 explicit Dec(Int v, PadSpec spec = absl::kNoPad, argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 170 MachineInstr *Dec = nullptr; in processLoop() local 238 MachineInstr *Dec) { in expandNormalLoops() 315 MachineInstr *Dec) { in expandCTRLoops()
|
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | string_test.cpp | 115 struct Dec { struct 116 static constexpr auto kRadix = ftl::Radix::kDec; 119 std::string operator()(T v) const { in operator ()()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/ |
D | ExprMutationAnalyzer.h | 29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() 36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/ |
D | ExprMutationAnalyzer.h | 29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() 36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/ |
D | ExprMutationAnalyzer.h | 29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() 36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 118 SPIRV::Decoration::Decoration Dec, in buildOpDecorate() 127 SPIRV::Decoration::Decoration Dec, in buildOpDecorate()
|
H A D | SPIRVModuleAnalysis.cpp | 290 auto Dec = MI.getOperand(1).getImm(); in collectFuncNames() local 607 auto Dec = static_cast<SPIRV::Decoration::Decoration>(DecOp); in addOpDecorateReqs() local
|
H A D | SPIRVCallLowering.cpp | 288 auto Dec = in lowerFormalArguments() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/bbig/ |
D | big.go | 24 func Dec(b boring.BigInt) *big.Int { func
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | date_defs.hpp | 20 enum months_of_year {Jan=1,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec,NotAMonth,NumMonths}; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 128 MachineInstr *Dec = nullptr; member 1044 for (auto *Dec : Decs) in RevertNonLoops() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 92 Value *Dec = Builder.CreateSub(Loaded, One); in buildAtomicRMWValue() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
H A D | ObjectId825BTest.java | 109 static class Dec extends AbstractCond { } class in ObjectId825BTest
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | integer_to_string.h | 160 using Dec = details::Fmt<10>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 208 auto Dec = static_cast<Decoration::Decoration>(DecOp.getImm()); in printOpDecorate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 159 const void *Dec) { in DecodeMEMrs9()
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 356 const NamedDecl *Dec; // The original declaration for this variable. member 434 const NamedDecl *Dec = VarDefinitions[i].Dec; in dumpVarDefinitionName() local 612 const NamedDecl *Dec = P.first; in intersectContexts() local
|