Searched defs:ByRef (Results  1 – 10 of 10) sorted by relevance
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ | 
| D | gtest-tuple.h | 117 struct ByRef { typedef const T& type; };  // NOLINT  struct
 | 
| /external/fmtlib/test/gtest/ | 
| D | gtest.h | 760 struct ByRef { typedef const T& type; };  // NOLINT  struct
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/ | 
| D | gtest.h | 1071 struct ByRef { typedef const T& type; };  // NOLINT  struct
 | 
| /external/rust/crates/itertools/tests/ | 
| D | test_std.rs | 291     struct ByRef<'r, I: ?Sized>(&'r mut I) ;  in trait_pointers()  struct293     impl<'r, X, I: ?Sized> Iterator for ByRef<'r, I> where  in trait_pointers()  implementation
 
 | 
| /external/clang/include/clang/Sema/ | 
| D | ScopeInfo.h | 451     Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested,  in Capture()
 | 
| D | Sema.h | 5126       SourceLocation Loc, bool ByRef, IdentifierInfo *Id,  in actOnLambdaInitCaptureInitialization()
 | 
| /external/clang/lib/Sema/ | 
| D | SemaLambda.cpp | 706                                                     bool ByRef,  in buildLambdaInitCaptureInitialization()
 | 
| D | SemaExpr.cpp | 13295   bool ByRef = false;  in captureInBlock()  local13388   bool ByRef = true;  in captureInCapturedRegion()  local
 13463   bool ByRef = false;  in captureInLambda()  local
 
 | 
| D | SemaDecl.cpp | 11214       const bool ByRef = C.getCaptureKind() == LCK_ByRef;  in RebuildLambdaScopeInfo()  local
 | 
| /external/clang/lib/CodeGen/ | 
| D | TargetInfo.cpp | 78 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign,  in getNaturalAlignIndirect()
 |