Home
last modified time | relevance | path

Searched refs:Boolean (Results 1 – 25 of 133) sorted by relevance

123456

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h25 class Boolean final {
31 explicit Boolean(bool V) : V(V) {} in Boolean() function
35 Boolean() : V(false) {} in Boolean() function
37 bool operator<(Boolean RHS) const { return V < RHS.V; }
38 bool operator>(Boolean RHS) const { return V > RHS.V; }
39 bool operator<=(Boolean RHS) const { return V <= RHS.V; }
40 bool operator>=(Boolean RHS) const { return V >= RHS.V; }
41 bool operator==(Boolean RHS) const { return V == RHS.V; }
42 bool operator!=(Boolean RHS) const { return V != RHS.V; }
46 Boolean operator-() const { return Boolean(V); }
[all …]
H A DPrimType.h25 class Boolean; variable
51 template <> struct PrimConv<PT_Bool> { using T = Boolean; };
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D118_boolean_values.t11 *Dummy::True:: = *JSON::PP::Boolean::;
15 *Dummy::False:: = *JSON::PP::Boolean::;
29 push @tests, [JSON::PP::true(), JSON::PP::false(), 'JSON::PP::Boolean', 'JSON::PP::Boolean'];
52 skip "$true_class is not compatible with JSON::PP::Boolean", 2 if $incompat;
53 ok $new_true->isa('JSON::PP::Boolean'), "new true class is also JSON::PP::Boolean";
54 ok $new_false->isa('JSON::PP::Boolean'), "new false class is also JSON::PP::Boolean";
64 skip "$true_class is not compatible with JSON::PP::Boolean", 2 if $incompat;
77 ok $should_true->isa('JSON::PP::Boolean'), "JSON true turns into a JSON::PP::Boolean object";
80 ok $should_false->isa('JSON::PP::Boolean'), "JSON false turns into a JSON::PP::Boolean object";
H A Drt_122270_old_xs_boolean.t20 ok (!JSON::PP::is_bool "JSON::PP::Boolean");
31 ok (!JSON::PP::is_bool "JSON::PP::Boolean");
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920625-2.c5 typedef char Boolean; typedef
16 extern void query_dialog(String, Boolean);
17 extern Boolean directoryManagerNewDirectory(String);
18 trashQueryResult(Widget w, Boolean delete, caddr_t call_data) in trashQueryResult()
20 int execute(String, String, String, Boolean); in trashQueryResult()
22 extern void changestate(Boolean); in trashQueryResult()
56 copyQueryResult(Widget w, Boolean copy, caddr_t call_data) in copyQueryResult()
59 extern void changestate(Boolean); in copyQueryResult()
62 int execute(String, String, String, Boolean); in copyQueryResult()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DInterpreterProperties.td4 def ExpandRegexAliases: Property<"expand-regex-aliases", "Boolean">,
8 def PromptOnQuit: Property<"prompt-on-quit", "Boolean">,
12 def SaveSessionOnQuit: Property<"save-session-on-quit", "Boolean">,
16 def OpenTranscriptInEditor: Property<"open-transcript-in-editor", "Boolean">,
23 def StopCmdSourceOnError: Property<"stop-command-source-on-error", "Boolean">,
27 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
31 def EchoCommands: Property<"echo-commands", "Boolean">,
35 def EchoCommentCommands: Property<"echo-comment-commands", "Boolean">,
39 def RepeatPreviousCommand: Property<"repeat-previous-command", "Boolean">,
43 def RequireCommandOverwrite: Property<"require-overwrite", "Boolean">,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td4 def InjectLocalVars : Property<"inject-local-vars", "Boolean">,
14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">,
31 def EnableSynthetic: Property<"enable-synthetic-value", "Boolean">,
34 def SkipPrologue: Property<"skip-prologue", "Boolean">,
40 def AutoSourceMapRelative: Property<"auto-source-map-relative", "Boolean">,
52 def AutoImportClangModules: Property<"auto-import-clang-modules", "Boolean">,
64 def AutoApplyFixIts: Property<"auto-apply-fixits", "Boolean">,
70 def NotifyAboutFixIts: Property<"notify-about-fixits", "Boolean">,
91 def BreakpointUseAvoidList: Property<"breakpoints-use-platform-avoid-list", "Boolean">,
106 def InheritEnv: Property<"inherit-env", "Boolean">,
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest19.C15 typedef int Boolean; typedef
24 typedef int Boolean; typedef
27 void call_something_with(Boolean);
38 const Boolean argument = TRUE; in foo()
H A Dbool1.C6 typedef char Boolean; // Instrinsic.h in main() typedef
7 Boolean c = false; in main()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td47 CmdLineOption<Boolean,
142 CmdLineOption<Boolean,
148 CmdLineOption<Boolean,
154 CmdLineOption<Boolean,
160 CmdLineOption<Boolean,
165 CmdLineOption<Boolean,
171 CmdLineOption<Boolean,
177 CmdLineOption<Boolean,
182 CmdLineOption<Boolean,
195 CmdLineOption<Boolean,
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddhry.c25 Boolean Bool_Glob;
36 Boolean Reg = false;
41 Boolean Reg = true;
383 Boolean Bool_Loc; in Proc_4()
545 Boolean Func_2 (Str_1_Par_Ref, Str_2_Par_Ref) in Func_2()
587 Boolean Func_3 (Enum_Par_Val) in Func_3()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h32 class Boolean; variable
41 typedef std::shared_ptr<Boolean> BooleanSP;
96 Boolean *GetAsBoolean() { in GetAsBoolean()
98 return (Boolean *)this; in GetAsBoolean()
189 class Boolean : public Object {
191 Boolean(bool b = false) : Object(Type::eTypeBoolean), m_value(b) {} in Object()
193 virtual ~Boolean() {} in ~Boolean()
290 AddItem(key, ObjectSP(new Boolean(value))); in AddBooleanItem()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td4 def EnableExternalLookup: Property<"enable-external-lookup", "Boolean">,
8 def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">,
20 def EnableLLDBIndexCache: Property<"enable-lldb-index-cache", "Boolean">,
40 def LoadSymbolOnDemand: Property<"load-on-demand", "Boolean">,
47 def AutoConfirm: Property<"auto-confirm", "Boolean">,
59 def NotiftVoid: Property<"notify-void", "Boolean">,
98 def HighlightSource: Property<"highlight-source", "Boolean">,
134 def UseExternalEditor: Property<"use-external-editor", "Boolean">,
138 def UseColor: Property<"use-color", "Boolean">,
142 def ShowProgress: Property<"show-progress", "Boolean">,
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h56 class Boolean; variable
65 typedef std::shared_ptr<Boolean> BooleanSP;
119 Boolean *GetAsBoolean() { in GetAsBoolean()
121 ? static_cast<Boolean *>(this) in GetAsBoolean()
126 Boolean *b = GetAsBoolean();
331 class Boolean : public Object {
333 Boolean(bool b = false)
336 ~Boolean() override = default;
420 Boolean *result_ptr = value_sp->GetAsBoolean(); in GetValueForKeyAsBoolean()
538 AddItem(key, std::make_shared<Boolean>(value)); in AddBooleanItem()
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sm/
H A Dbadarg.out_lint1 mandoc: badarg.in:12:5: WARNING: invalid Boolean argument: Sm bad
2 mandoc: badarg.in:14:5: WARNING: invalid Boolean argument: Sm bad
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp180 msgpack::Type::Boolean)) in verifyKernelArgs()
183 msgpack::Type::Boolean)) in verifyKernelArgs()
186 msgpack::Type::Boolean)) in verifyKernelArgs()
189 msgpack::Type::Boolean)) in verifyKernelArgs()
263 msgpack::Type::Boolean)) in verifyKernel()
H A DMsgPackDocumentYAML.cpp44 case msgpack::Type::Boolean: in toString()
133 case msgpack::Type::Boolean: in getYAMLTag()
193 case Type::Boolean: in mustQuote()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c92 typedef char Boolean; typedef
98 Boolean managed;
99 Boolean sensitive;
100 Boolean ancestor_sensitive;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td12 def UseSVR4: Property<"use-libraries-svr4", "Boolean">,
16 def UseGPacketForReading: Property<"use-g-packet-for-reading", "Boolean">,
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DConvertUTF.h131 typedef unsigned char Boolean; /* 0 or 1 */ typedef
196 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
198 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h263 VariantValue(bool Boolean);
280 void setBoolean(bool Boolean);
345 bool Boolean; member
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h93 assert(getKind() == Type::Boolean); in getBool()
113 assert(getKind() == Type::Boolean); in getBool()
167 case Type::Boolean:
343 auto N = DocNode(&KindAndDocs[size_t(Type::Boolean)]); in getNode()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp259 VariantValue::VariantValue(bool Boolean) : Type(VT_Nothing) { in VariantValue() argument
260 setBoolean(Boolean); in VariantValue()
341 return Value.Boolean; in getBoolean()
347 Value.Boolean = NewValue; in setBoolean()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp41 Type *Boolean; member in __anon09b393f90111::SIAnnotateControlFlow
127 Boolean = Type::getInt1Ty(Context); in initialize()
130 ReturnStruct = StructType::get(Boolean, IntMask); in initialize()
134 BoolUndef = PoisonValue::get(Boolean); in initialize()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst961 **AllowAllArgumentsOnNextLine** (``Boolean``) :versionbadge:`clang-format 9` :ref:`¶ <AllowAllArgum…
980 **AllowAllConstructorInitializersOnNextLine** (``Boolean``) :versionbadge:`clang-format 9` :ref:`¶ …
986 **AllowAllParametersOfDeclarationOnNextLine** (``Boolean``) :versionbadge:`clang-format 3.3` :ref:`…
1045 **AllowShortCaseLabelsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 3.6` :ref:`¶ <Allow…
1061 **AllowShortEnumsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 11` :ref:`¶ <AllowShortE…
1260 **AllowShortLoopsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <AllowShort…
1371 **AlwaysBreakBeforeMultilineStrings** (``Boolean``) :versionbadge:`clang-format 3.4` :ref:`¶ <Alway…
1456 **BinPackArguments** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <BinPackArguments>`
1477 **BinPackParameters** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <BinPackParameters>`
1869 **BreakAfterJavaFieldAnnotations** (``Boolean``) :versionbadge:`clang-format 3.8` :ref:`¶ <BreakAft…
[all …]

123456