Home
last modified time | relevance | path

Searched refs:a_bool (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Datomic-arm64.c18 extern _Atomic(_Bool) a_bool;
30 __c11_atomic_store(&a_bool, 1, memory_order_seq_cst); in test0()
50 __c11_atomic_store(&a_pointer, &a_bool, memory_order_seq_cst); in test2()
/external/syzkaller/tools/syz-headerparser/test_headers/
Dth_a.h17 bool a_bool; member
/external/syzkaller/docs/
Dheaderparser_usage.md61 a_bool _Bool #(_Bool)
/external/protobuf/js/
Dtest.proto79 required bool a_bool = 2; field
/external/python/cpython2/Doc/library/
Dconfigparser.rst455 config.set('Section1', 'a_bool', 'true')
480 if config.getboolean('Section1', 'a_bool'):
/external/boringssl/
Dsources.mk20 src/crypto/asn1/a_bool.c\
Deureka.mk20 src/crypto/asn1/a_bool.c\
Dsources.bp22 "src/crypto/asn1/a_bool.c",
/external/boringssl/src/crypto/
DCMakeLists.txt187 asn1/a_bool.c
/external/python/cpython3/Doc/library/
Dconfigparser.rst783 config.set('Section1', 'a_bool', 'true')
808 if config.getboolean('Section1', 'a_bool'):
/external/grpc-grpc/
Dconfig.m4404 third_party/boringssl/crypto/asn1/a_bool.c \
Dconfig.w32379 "third_party\\boringssl\\crypto\\asn1\\a_bool.c " +
Dgrpc.gyp1768 'third_party/boringssl/crypto/asn1/a_bool.c',
Dgrpc.gemspec946 s.files += %w( third_party/boringssl/crypto/asn1/a_bool.c )