Home
last modified time | relevance | path

Searched defs:ri (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
H A Dlwg3146.pass.cpp25 std::reference_wrapper<int> ri(i); in test() local
33 std::reference_wrapper<int> ri(i); in test() local
41 std::reference_wrapper<int> ri(i); in test() local
49 std::reference_wrapper<int> ri(i); in test() local
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Ddeduct.pass.cpp20 std::reference_wrapper ri(i); in main() local
H A Dtype_conv_ctor.pass.cpp63 std::reference_wrapper ri(i); in main() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.nonmember/
H A Diter_move.pass.cpp32 std::reverse_iterator<int*> ri(a + N); in test() local
47 std::reverse_iterator<adl::Iterator> ri(i); in test() local
/llvm-project/libcxx/test/std/containers/associative/map/map.cons/
H A Ddefault_recursive.compile.pass.cpp25 std::map<int, X>::reverse_iterator ri; member
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/
H A Ddefault_recursive.compile.pass.cpp25 std::multimap<int, X>::reverse_iterator ri; member
/llvm-project/libc/fuzzing/stdlib/
H A Dqsort_fuzz.cpp
/llvm-project/libc/test/src/stdlib/
H A Dbsearch_test.cpp17 int ri = *reinterpret_cast<const int *>(r); in int_compare() local
H A Dqsort_r_test.cpp17 int ri = *reinterpret_cast<const int *>(r); in int_compare_count() local
H A Dqsort_test.cpp
/llvm-project/clang/test/SemaCXX/
H A Ddecl-init-ref.cpp21 const int& ri = (void)0; // expected-error {{reference to type 'const int' could not bind to an rva… variable
H A Doverloaded-builtin-operators.cpp274 void user_conversions(RestrictInt ri) { in user_conversions()
/llvm-project/lldb/unittests/UnwindAssembly/x86-but-no-x86-target/
H A DTestx86AssemblyInspectionEngine.cpp76 x86AssemblyInspectionEngine::lldb_reg_info ri; in Getx86_64Inspector() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/
H A Darrow.pass.cpp101 std::list<B>::const_reverse_iterator ri = l.rbegin(); main() local
[all...]
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp142 auto ri = &unaryret<unsigned short, 8>; variable
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp199 MCRegisterInfo const &ri, bool ReportErrors) in HexagonMCChecker() argument
/llvm-project/libc/AOR_v20.02/math/test/
H A Dmathtest.c1344 unsigned *ri = (ulpsi > ulptolerance || ulpsi < -ulptolerance) ? resulti : NULL; in runtest() local
1403 unsigned *rr, *ri; in runtest() local
/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp132 const RegisterInfo *ri = reg_ctx->GetRegisterInfoByName(it->second.name); in Initialize() local
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp163 for (int ri = nRows - 1; ri >= 0; --ri) { in insertColumns() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp425 llvm::interleaveComma(ri, llvm::dbgs() << "|"); in lowerUnPack() argument
291 __anondf1fb7f40502(ReassociationIndices ri) lowerPack() argument
/llvm-project/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp104 x86AssemblyInspectionEngine::lldb_reg_info ri; in Getx86_64Inspector() local
123 x86AssemblyInspectionEngine::lldb_reg_info ri; in Geti386Inspector() local
/llvm-project/lld/ELF/
H A DRelocations.cpp509 ri->getSymbol(ctx.arg.isMips64EL) == symIndex) in computeMipsAddend() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3403 auto ri = rewriter.create<mlir::LLVM::FAddOp>(loc, eleTy, xy, yx, fmf); matchAndRewrite() local
3445 auto ri = rewriter.create<mlir::LLVM::FDivOp>(loc, eleTy, rin, d, fmf); matchAndRewrite() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3248 if (!matchTypes(Context, strategy, li->getType(), ri->getType())) in tryMatchRecordTypes() local
3282 li = left->param_begin(), le = left->param_end(), ri = right->param_begin(), MatchTwoMethodDeclarations() local
[all...]
H A DAnalysisBasedWarnings.cpp485 if (ri->getAs<CFGStmt>()) in CheckFallThrough() local

12