/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | NarrowingConversionsCheck.cpp | 192 const Expr &Rhs) { in diagNarrowType() 198 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs) { in diagNarrowTypeToSignedInt() 205 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstant() 214 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstantToSignedInt() 224 const Expr &Rhs) { in diagNarrowConstant() 231 const Expr &Rhs) { in diagConstantCast() 238 const Expr &Rhs) { in diagNarrowTypeOrConstant() 250 const Expr &Rhs) { in handleIntegralCast() 273 const Expr &Rhs) { in handleIntegralToBoolean() 283 const Expr &Rhs) { in handleIntegralToFloating() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 105 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/external/clang/include/clang/Sema/ |
D | CleanupInfo.h | 39 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | CleanupInfo.h | 38 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | c_generator.py | 186 def visit_Rhs(self, node: Rhs) -> FunctionCall: 187 def can_we_inline(node: Rhs) -> int: 517 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None: 544 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None: 618 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
|
D | python_generator.py | 63 def visit_Rhs(self, node: Rhs) -> Tuple[Optional[str], str]: 199 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
|
D | first_sets.py | 119 def visit_Rhs(self, item: Rhs) -> Set[str]:
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopeExit.h | 33 scope_exit(scope_exit &&Rhs) in scope_exit() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ScopeExit.h | 33 scope_exit(scope_exit &&Rhs) in scope_exit() function
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionMapper.h | 18 Rhs = 0, enumerator
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbolXCOFF.h | 29 StringRef Lhs, Rhs; in getUnqualifiedName() local
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
D | BenchmarkResultTest.cpp | 48 const std::string Rhs = Dump(get<1>(arg)); variable
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
D | BenchmarkResultTest.cpp | 44 const std::string Rhs = Dump(get<1>(arg)); variable
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Alignment.h | 350 inline Align max(MaybeAlign Lhs, Align Rhs) { in max() 354 inline Align max(Align Lhs, MaybeAlign Rhs) { in max()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Alignment.h | 390 inline Align max(MaybeAlign Lhs, Align Rhs) { in max() 394 inline Align max(Align Lhs, MaybeAlign Rhs) { in max()
|
/external/dtc/ |
D | srcpos.h | 68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/external/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
D | Scheduler.h | 51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | Scheduler.h | 51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 193 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 193 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
|
/external/eigen/unsupported/Eigen/src/KroneckerProduct/ |
D | KroneckerTensorProduct.h | 33 typedef typename Traits::Rhs Rhs; typedef
|
/external/gemmlowp/internal/ |
D | block_params.h | 162 enum class Side { Lhs, Rhs }; enumerator
|
D | kernel.h | 173 typedef tRhs Rhs; typedef
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 211 const BCEAtom &Rhs() const { return Rhs_; } in Rhs() function in __anon9fff96360111::BCECmpBlock 343 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local 622 Value *const Rhs = Builder.Insert(FirstCmp.Rhs().GEP->clone()); in mergeComparisons() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 211 const BCEAtom &Rhs() const { return Rhs_; } in Rhs() function in __anona9f6ffaa0111::BCECmpBlock 343 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local 622 Value *const Rhs = Builder.Insert(FirstCmp.Rhs().GEP->clone()); in mergeComparisons() local
|