Home
last modified time | relevance | path

Searched defs:Shorter (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp154 StringRef Shorter = Arg.size() < Param.size() ? Arg : Param; in applyPrefixHeuristic() local
166 StringRef Shorter = Arg.size() < Param.size() ? Arg : Param; in applySuffixHeuristic() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp1450 TEST_F(ApplyAtomicChangesTest,Shorter) TEST_F() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21464 if (SDValue Shorter = visitSTORE() local
21476 SDValue Shorter = visitSTORE() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1121 handleComplexFloatConversion(Sema & S,ExprResult & Shorter,QualType ShorterType,QualType LongerType,bool PromotePrecision) handleComplexFloatConversion() argument