HomeSort by: relevance | last modified time | path
    Searched defs:ByRef (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc 30 class ByRef {
32 ByRef (void);
34 ByRef (const ByRef &rhs);
39 ByRef::ByRef (void)
44 ByRef::ByRef (const ByRef &rhs)
46 x = 3; /* ByRef-cctor *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc 30 class ByRef {
32 ByRef (void);
34 ByRef (const ByRef &rhs);
39 ByRef::ByRef (void)
44 ByRef::ByRef (const ByRef &rhs)
46 x = 3; /* ByRef-cctor *
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 1131 // suppose 'derived' is an object of type Derived, ByRef(derived)
1135 // ByRef<const Base>(derived)
1137 // N.B. ByRef is redundant with std::ref, std::cref and std::reference_wrapper.
1140 inline ::std::reference_wrapper<T> ByRef(T& l_value) { // NOLINT
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 14114 const bool ByRef = C.getCaptureKind() == LCK_ByRef;
14115 LSI->addCapture(VD, /*IsBlock*/false, ByRef,
SemaExpr.cpp 17347 bool ByRef = false;
17395 ByRef = true;
17404 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(),
17418 bool ByRef = true;
17420 ByRef = (Kind == Sema::TryCapture_ExplicitByRef);
17434 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel,
17438 if (ByRef)
17445 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable,
17464 bool ByRef = false;
17466 ByRef = (Kind == Sema::TryCapture_ExplicitByRef)
    [all...]

Completed in 50 milliseconds