Home
last modified time | relevance | path

Searched defs:ro (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp2.cpp18 register int ro; // expected-error {{illegal storage class on file-scoped variable}} variable
37 register int ro; // expected-error {{storage class specified for a member declaration}} member
/llvm-project/clang/test/CodeGen/
H A Ddbg-const-int128.c6 static const __uint128_t ro = 18446744073709551615; variable
H A D2010-08-10-DbgConstant.c4 static const unsigned int ro = 201; variable
/llvm-project/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp34 SBCommandReturnObject ro = SBCommandReturnObject(); in LLVMFuzzerTestOneInput() local
/llvm-project/clang/test/Sema/
H A Dwarn-conditional-enum-types-mismatch.c4 enum ro { A = 0x10 }; enum
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty.m20 @property(readonly) int ro; property
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dmerge_lvalue_pred.pass.cpp63 std::reference_wrapper<T> ro[3] = {*io[0], *io[1], *io[2]}; in main() local
H A Dmerge_lvalue.pass.cpp63 std::reference_wrapper<T> ro[3] = {*io[0], *io[1], *io[2]}; in main() local
H A Dmerge_rvalue.pass.cpp61 std::reference_wrapper<T> ro[3] = {*io[0], *io[1], *io[2]}; in main() local
H A Dmerge_rvalue_pred.pass.cpp61 std::reference_wrapper<T> ro[3] = {*io[0], *io[1], *io[2]}; in main() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp154 auto ro = &unaryret<unsigned long long, 14>; variable
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp392 auto structuredLoop = [&](auto ro) { in arrayMentions()
417 if (auto ro = mlir::dyn_cast<DoLoopOp>(owner)) { in arrayMentions() local
419 } else if (auto ro = mlir::dyn_cast<IterWhileOp>(owner)) { in arrayMentions() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp268 const m128 ro = _mm_cmpeq_epi32(shadow, read_mask); in ContainsSameAccess() local
/llvm-project/clang/test/SemaObjC/
H A Darc.m523 @property (readonly) id ro; property