Home
last modified time | relevance | path

Searched refs:DoStore (Results 1 – 7 of 7) sorted by relevance

/external/abseil-cpp/absl/base/internal/
Datomic_hook.h108 bool success = DoStore(fn); in Store()
152 bool DoStore(FnPtr fn) { in DoStore() function
177 bool DoStore(FnPtr fn) { in DoStore() function
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Datomic_hook.h108 bool success = DoStore(fn); in Store()
152 bool DoStore(FnPtr fn) { in DoStore() function
177 bool DoStore(FnPtr fn) { in DoStore() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Datomic_hook.h108 bool success = DoStore(fn); in Store()
152 bool DoStore(FnPtr fn) { in DoStore() function
177 bool DoStore(FnPtr fn) { in DoStore() function
/external/openscreen/third_party/abseil/src/absl/base/internal/
Datomic_hook.h108 bool success = DoStore(fn); in Store()
152 bool DoStore(FnPtr fn) { in DoStore() function
177 bool DoStore(FnPtr fn) { in DoStore() function
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Datomic_hook.h108 bool success = DoStore(fn); in Store()
152 bool DoStore(FnPtr fn) { in DoStore() function
177 bool DoStore(FnPtr fn) { in DoStore() function
/external/clang/lib/CodeGen/
DCGDecl.cpp1768 bool DoStore = false; in EmitParmDecl() local
1792 DoStore = true; in EmitParmDecl()
1795 llvm::Value *ArgVal = (DoStore ? Arg.getDirectValue() : nullptr); in EmitParmDecl()
1828 DoStore = false; in EmitParmDecl()
1847 DoStore = false; // The weak init is a store, no need to do two. in EmitParmDecl()
1857 if (DoStore) in EmitParmDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp2442 bool DoStore = false; in EmitParmDecl() local
2497 DoStore = true; in EmitParmDecl()
2500 llvm::Value *ArgVal = (DoStore ? Arg.getDirectValue() : nullptr); in EmitParmDecl()
2533 DoStore = false; in EmitParmDecl()
2552 DoStore = false; // The weak init is a store, no need to do two. in EmitParmDecl()
2562 if (DoStore) in EmitParmDecl()