Home
last modified time | relevance | path

Searched defs:ZZ (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-nullptr.cpp233 struct ZZ { struct
234 explicit ZZ(uint64, const uint64* = NULL) {} in ZZ() argument
244 a = ZZ(Hash()); in f() argument
Dbugprone-suspicious-enum-usage-strict.cpp19 ZZ = 3 enumerator
/external/llvm-project/compiler-rt/test/cfi/
Dbad-split.cpp9 struct ZZ : public virtual Z { struct
/external/ltp/testcases/kernel/fs/fs-bench/
Dboxmuler.c12 int ZZ; in box_muler() local
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java62 static final String ZZ = "ZZ"; field in RegionCode
/external/llvm-project/clang/test/SemaCXX/
Ddefault2.cpp105 struct ZZ { struct
/external/clang/test/SemaCXX/
Ddefault2.cpp105 struct ZZ { struct
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload() typedef
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload() typedef
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c477 int ZZ; in gen_random_file_size() local
/external/python/cpython2/Lib/test/
Dtest_descr.py3064 class ZZ(complex): class
/external/python/cpython3/Lib/test/
Dtest_descr.py3127 class ZZ(complex): class