Home
last modified time | relevance | path

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

123456

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h46 Boolean operator-() const { return Boolean(V); }
47 Boolean operator~() const { return Boolean(true); }
90 static Boolean min(unsigned NumBits) { return Boolean(false); } in min()
91 static Boolean max(unsigned NumBits) { return Boolean(true); } in max()
121 static bool increment(Boolean A, Boolean *R) { in increment()
126 static bool decrement(Boolean A, Boolean *R) { in decrement()
130 static bool add(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in add()
135 static bool sub(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in sub()
140 static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in mul()
145 static bool inv(Boolean A, Boolean *R) { in inv()
[all …]
H A DPrimType.h25 class Boolean; variable
51 template <> struct PrimConv<PT_Bool> { using T = Boolean; };
/openbsd/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/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/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/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">,
34 def SkipPrologue: Property<"skip-prologue", "Boolean">,
106 def InheritEnv: Property<"inherit-env", "Boolean">,
118 def DetachOnError: Property<"detach-on-error", "Boolean">,
121 def PreloadSymbols: Property<"preload-symbols", "Boolean">,
124 def DisableASLR: Property<"disable-aslr", "Boolean">,
127 def DisableSTDIO: Property<"disable-stdio", "Boolean">,
130 def InheritTCC: Property<"inherit-tcc", "Boolean">,
233 def StopOnExec: Property<"stop-on-exec", "Boolean">,
[all …]
/openbsd/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/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/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/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/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td4 def EnableExternalLookup: Property<"enable-external-lookup", "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">,
154 def UseSourceCache: Property<"use-source-cache", "Boolean">,
162 def AutoIndent: Property<"auto-indent", "Boolean">,
[all …]
/openbsd/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/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/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/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/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/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/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h263 VariantValue(bool Boolean);
280 void setBoolean(bool Boolean);
345 bool Boolean; member
/openbsd/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/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp41 Type *Boolean; member in __anon3e83ae2f0111::SIAnnotateControlFlow
127 Boolean = Type::getInt1Ty(Context); in initialize()
130 ReturnStruct = StructType::get(Boolean, IntMask); in initialize()
134 BoolUndef = PoisonValue::get(Boolean); in initialize()
/openbsd/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/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1456 **BinPackArguments** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <BinPackArguments>`
1881 **BreakArrays** (``Boolean``) :versionbadge:`clang-format 16` :ref:`¶ <BreakArrays>`
2687 **DeriveLineEnding** (``Boolean``) :versionbadge:`clang-format 10` :ref:`¶ <DeriveLineEnding>`
2702 **DisableFormat** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <DisableFormat>`
3068 **IndentCaseBlocks** (``Boolean``) :versionbadge:`clang-format 11` :ref:`¶ <IndentCaseBlocks>`
3162 **IndentGotoLabels** (``Boolean``) :versionbadge:`clang-format 10` :ref:`¶ <IndentGotoLabels>`
3279 **InsertBraces** (``Boolean``) :versionbadge:`clang-format 15` :ref:`¶ <InsertBraces>`
4162 **ReflowComments** (``Boolean``) :versionbadge:`clang-format 3.8` :ref:`¶ <ReflowComments>`
4181 **RemoveBracesLLVM** (``Boolean``) :versionbadge:`clang-format 14` :ref:`¶ <RemoveBracesLLVM>`
4239 **RemoveSemicolon** (``Boolean``) :versionbadge:`clang-format 16` :ref:`¶ <RemoveSemicolon>`
[all …]

123456