Home
last modified time | relevance | path

Searched defs:yes (Results 1 – 25 of 68) sorted by relevance

123

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
Dtypes.pass.cpp32 typedef char yes; typedef in has_argument_type
44 typedef char yes; typedef in has_first_argument_type
57 typedef char yes; typedef in has_second_argument_type
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
Dtypes.pass.cpp36 typedef char yes; typedef in has_argument_type
48 typedef char yes; typedef in has_first_argument_type
61 typedef char yes; typedef in has_second_argument_type
/external/oss-fuzz/projects/cryptofuzz/
Dxxd.c149 # define BIN_READ(yes) ((yes) ? "rb" : "rt") argument
150 # define BIN_WRITE(yes) ((yes) ? "wb" : "wt") argument
151 # define BIN_CREAT(yes) ((yes) ? (O_CREAT|O_BINARY) : O_CREAT) argument
152 # define BIN_ASSIGN(fp, yes) setmode(fileno(fp), (yes) ? O_BINARY : O_TEXT) argument
155 # define BIN_READ(yes) ((yes) ? "rb" : "rt") argument
156 # define BIN_WRITE(yes) ((yes) ? "wb" : "w") argument
157 # define BIN_CREAT(yes) ((yes) ? (O_CREAT|O_BINARY) : O_CREAT) argument
158 # define BIN_ASSIGN(fp, yes) ((yes) ? (void) setmode(fileno(fp), O_BINARY) : (void) (fp)) argument
/external/llvm-project/clang/test/Rewriter/
Dobjc-bool-literal-modern.mm7 BOOL yes() { function
Dobjc-bool-literal-check-modern.mm7 BOOL yes() { function
Dobjc-bool-literal-modern-1.mm10 BOOL yes() { function
/external/clang/test/Rewriter/
Dobjc-bool-literal-modern.mm7 BOOL yes() { function
Dobjc-bool-literal-check-modern.mm7 BOOL yes() { function
Dobjc-bool-literal-modern-1.mm10 BOOL yes() { function
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dcomplicated.proto22 bool yes = 1; field
/external/llvm-project/clang/test/Sema/
Doutof-range-constant-compare.c107 yes, in main() enumerator
Dtautological-constant-compare.c492 yes, in main() enumerator
/external/clang/test/Sema/
Doutof-range-constant-compare.c139 yes, in main() enumerator
/external/skqp/src/core/
DSkATrace.cpp71 static uint8_t yes = SkEventTracer::kEnabledForRecording_CategoryGroupEnabledFlags; in getCategoryGroupEnabled() local
/external/skia/src/core/
DSkATrace.cpp71 static uint8_t yes = SkEventTracer::kEnabledForRecording_CategoryGroupEnabledFlags; in getCategoryGroupEnabled() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp69 int yes=1; in main() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFBaseDIE.h113 enum class Recurse : bool { no, yes }; enumerator
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIterativeSolverBase.h27 struct yes {int a[1];}; struct
/external/llvm-project/flang/runtime/
Dfile.h37 void set_mayAsynchronous(bool yes) { mayAsynchronous_ = yes; } in set_mayAsynchronous()
/external/toybox/toys/other/
Dhexedit.c57 int yes = 0, key, len = strlen(initial_value); in prompt() local
/external/llvm-project/flang/include/flang/Parser/
Duser-state.h57 UserState &set_instrumentedParse(bool yes) { in set_instrumentedParse()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dbernoulli_distribution_test.cc72 size_t yes = 0; in TEST_P() local
/external/webrtc/third_party/abseil-cpp/absl/random/
Dbernoulli_distribution_test.cc68 size_t yes = 0; in TEST_P() local
/external/openscreen/third_party/abseil/src/absl/random/
Dbernoulli_distribution_test.cc72 size_t yes = 0; in TEST_P() local
/external/angle/third_party/abseil-cpp/absl/random/
Dbernoulli_distribution_test.cc72 size_t yes = 0; in TEST_P() local

123