Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp35 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 Dobjc-bool-literal-modern.mm6 BOOL yes() { function
H A Dobjc-bool-literal-check-modern.mm6 BOOL yes() { function
H A Dobjc-bool-literal-modern-1.mm8 BOOL yes() { function
/llvm-project/clang/test/Sema/
H A Doutof-range-constant-compare.c106 yes, in main() enumerator
H A Dtautological-constant-compare.c492 yes, in main() enumerator
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h117 enum class Recurse : bool { no, yes }; global() enumerator
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/
H A Dtypes.h31 enum class IsConst : bool { no, yes }; enumerator
/llvm-project/flang/runtime/
H A Dfile.h37 void set_mayAsynchronous(bool yes) { mayAsynchronous_ = yes; } in set_mayAsynchronous()
H A Dpseudo-unit.cpp102 void PseudoOpenFile::set_mayAsynchronous(bool yes) { in set_mayAsynchronous()
/llvm-project/flang/unittests/Runtime/
H A DBufferTest.cpp29 void set_enforceSequence(bool yes = true) { enforceSequence_ = yes; } in set_enforceSequence()
/llvm-project/flang/include/flang/Parser/
H A Duser-state.h57 UserState &set_instrumentedParse(bool yes) { in set_instrumentedParse()
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable.pass.cpp237 enum class nothrow { no, yes }; enumerator
/llvm-project/flang/lib/Parser/
H A Dprescan.h50 set_fixedForm(bool yes) set_fixedForm() argument
/llvm-project/libcxxabi/src/
H A Dprivate_typeinfo.h62 yes, enumerator
/llvm-project/flang/lib/Evaluate/
H A Dtarget.cpp107 set_areSubnormalsFlushedToZero(bool yes) set_areSubnormalsFlushedToZero() argument
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h117 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 Duser_defined_char_type.pass.cpp135 return string_type(yes, 1); in truename() local
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp525 constexpr auto yes = MemoryRegionInfo::eYes; CreateRegionsCacheFromMemoryInfoList() local
/llvm-project/lldb/unittests/Process/minidump/
H A DMinidumpParserTest.cpp334 constexpr auto yes = MemoryRegionInfo::eYes; global() variable
[all...]
/llvm-project/flang/lib/Semantics/
H A Dsymbol.cpp366 void Symbol::SetIsExplicitBindName(bool yes) { in SetIsExplicitBindName() argument
378 void Symbol::SetIsCDefined(bool yes) { in SetIsCDefined() argument
H A Dresolve-names.cpp361 void set_allowForwardReferenceToDerivedType(bool yes) { in set_allowForwardReferenceToDerivedType() argument
/llvm-project/clang/test/SemaCXX/
H A Denum-scoped.cpp121 enum class scoped_enum { yes, no, maybe }; in PR9333() enumerator
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1215 using yes = char[1]; global() typedef in __anonf09bee240c11::has_arg_iterator_range