/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
H A D | types.pass.cpp | 35 typedef char yes; typedef in has_argument_type 47 typedef char yes; typedef in has_first_argument_type 60 typedef char yes; typedef in has_second_argument_type
|
/llvm-project/clang/test/Rewriter/ |
H A D | objc-bool-literal-modern.mm | 6 BOOL yes() { function
|
H A D | objc-bool-literal-check-modern.mm | 6 BOOL yes() { function
|
H A D | objc-bool-literal-modern-1.mm | 8 BOOL yes() { function
|
/llvm-project/clang/test/Sema/ |
H A D | outof-range-constant-compare.c | 106 yes, in main() enumerator
|
H A D | tautological-constant-compare.c | 492 yes, in main() enumerator
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFBaseDIE.h | 117 enum class Recurse : bool { no, yes }; global() enumerator
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | types.h | 31 enum class IsConst : bool { no, yes }; enumerator
|
/llvm-project/flang/runtime/ |
H A D | file.h | 37 void set_mayAsynchronous(bool yes) { mayAsynchronous_ = yes; } in set_mayAsynchronous()
|
H A D | pseudo-unit.cpp | 102 void PseudoOpenFile::set_mayAsynchronous(bool yes) { in set_mayAsynchronous()
|
/llvm-project/flang/unittests/Runtime/ |
H A D | BufferTest.cpp | 29 void set_enforceSequence(bool yes = true) { enforceSequence_ = yes; } in set_enforceSequence()
|
/llvm-project/flang/include/flang/Parser/ |
H A D | user-state.h | 57 UserState &set_instrumentedParse(bool yes) { in set_instrumentedParse()
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/ |
H A D | swappable.pass.cpp | 237 enum class nothrow { no, yes }; enumerator
|
/llvm-project/flang/lib/Parser/ |
H A D | prescan.h | 50 set_fixedForm(bool yes) set_fixedForm() argument
|
/llvm-project/libcxxabi/src/ |
H A D | private_typeinfo.h | 62 yes, enumerator
|
/llvm-project/flang/lib/Evaluate/ |
H A D | target.cpp | 107 set_areSubnormalsFlushedToZero(bool yes) set_areSubnormalsFlushedToZero() argument
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | symbol.h | 117 void set_isExplicitBindName(bool yes) { isExplicitBindName_ = yes; } in set_isExplicitBindName() argument 119 void set_isCDefined(bool yes) { isCDefined_ = yes; } in set_isCDefined() argument 213 void set_defaultIgnoreTKR(bool yes) { defaultIgnoreTKR_ = yes; } in set_defaultIgnoreTKR() argument [all...] |
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
H A D | user_defined_char_type.pass.cpp | 135 return string_type(yes, 1); in truename() local
|
/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 525 constexpr auto yes = MemoryRegionInfo::eYes; CreateRegionsCacheFromMemoryInfoList() local
|
/llvm-project/lldb/unittests/Process/minidump/ |
H A D | MinidumpParserTest.cpp | 334 constexpr auto yes = MemoryRegionInfo::eYes; global() variable [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | symbol.cpp | 366 void Symbol::SetIsExplicitBindName(bool yes) { in SetIsExplicitBindName() argument 378 void Symbol::SetIsCDefined(bool yes) { in SetIsCDefined() argument
|
H A D | resolve-names.cpp | 361 void set_allowForwardReferenceToDerivedType(bool yes) { in set_allowForwardReferenceToDerivedType() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | enum-scoped.cpp | 121 enum class scoped_enum { yes, no, maybe }; in PR9333() enumerator
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1215 using yes = char[1]; global() typedef in __anonf09bee240c11::has_arg_iterator_range
|