Home
last modified time | relevance | path

Searched refs:None (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc12 SYMBOL(ATOMIC_BOOL_LOCK_FREE, None, <stdatomic.h>)
13 SYMBOL(ATOMIC_CHAR16_T_LOCK_FREE, None, <stdatomic.h>)
14 SYMBOL(ATOMIC_CHAR32_T_LOCK_FREE, None, <stdatomic.h>)
15 SYMBOL(ATOMIC_CHAR_LOCK_FREE, None, <stdatomic.h>)
16 SYMBOL(ATOMIC_FLAG_INIT, None, <stdatomic.h>)
17 SYMBOL(ATOMIC_INT_LOCK_FREE, None, <stdatomic.h>)
18 SYMBOL(ATOMIC_LLONG_LOCK_FREE, None, <stdatomic.h>)
19 SYMBOL(ATOMIC_LONG_LOGK_FREE, None, <stdatomic.h>)
20 SYMBOL(ATOMIC_POINTER_LOCK_FREE, None, <stdatomic.h>)
21 SYMBOL(ATOMIC_SHORT_LOCK_FREE, None, <stdatomic.h>)
[all …]
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBFrame.i343 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (…
344 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
345 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u…
346 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
347 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
348 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
349 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
350 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
351 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
352 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu…
[all …]
DSBData.i175 … def CreateDataFromInt (cls, value, size = None, target = None, ptr_size = None, endian = None):
182 lldbtarget = None
183 if target == None and lldbtarget != None and lldbtarget.IsValid():
185 if ptr_size == None:
190 if endian == None:
195 if size == None:
212 return None
277 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like …
278 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik…
279 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik…
[all …]
DSBValue.i464 return None
486 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() …
487 …child = property(get_child_access_object, None, doc='''A read only property that returns an object…
488 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
489 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that …
490 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
491 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
494 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
495 …changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean val…
496 …data = property(GetData, None, doc='''A read only property that returns an lldb object (lldb.SBDat…
[all …]
DSBType.i50 …name = property(GetName, None, doc='''A read only property that returns the name for this member a…
51 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
52 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in …
53 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi…
54 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem…
55 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns…
903 return None
905 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty…
906 …name = property(GetName, None, doc='''A read only property that returns the name for this type as …
907 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this…
[all …]
DSBSymbol.i84 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a…
85 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
86 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value …
87 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
88 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
89 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s…
90 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th…
91 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha…
92 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
DSBSection.i135 …name = property(GetName, None, doc='''A read only property that returns the name of this section a…
136 …addr = property(get_addr, None, doc='''A read only property that returns an lldb object that repre…
137 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer tha…
138 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
139 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs…
140 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size…
141 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that…
142 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
143 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
144 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
DSBTypeCategory.i158 return None
204 …formats = property(get_formats_array, None, doc='''A read only property that returns a list() of l…
205 …format = property(get_formats_access_object, None, doc=r'''A read only property that returns an ob…
206 …summaries = property(get_summaries_array, None, doc='''A read only property that returns a list() …
207 …summary = property(get_summaries_access_object, None, doc=r'''A read only property that returns an…
208 …filters = property(get_filters_array, None, doc='''A read only property that returns a list() of l…
209 …filter = property(get_filters_access_object, None, doc=r'''A read only property that returns an ob…
210 …synthetics = property(get_synthetics_array, None, doc='''A read only property that returns a list(…
211 …synthetic = property(get_synthetics_access_object, None, doc=r'''A read only property that returns…
212 num_formats = property(GetNumFormats, None)
[all …]
DSBFunction.i121 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
122 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
123 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
124 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th…
125 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
126 …name = property(GetName, None, doc='''A read only property that returns the name for this function…
127 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s…
128 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
DSBThread.i439 return None
452 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
453 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
454 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
455 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
456 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
457 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll…
458 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec…
459 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as…
460 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
[all …]
DSBBlock.i132 return None
149 …parent = property(GetParent, None, doc='''A read only property that returns the same result as Get…
150 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu…
151 …call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declarat…
152 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
153 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
154 …inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only property that returns…
155 …range = property(get_ranges_access_object, None, doc='''A read only property that allows item acce…
156 …ranges = property(get_ranges_array, None, doc='''A read only property that returns a list() object…
157 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
DSBAddress.i177 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
178 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
179 …line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object …
180 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
181 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
182 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
183 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in …
184 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that …
185 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address f…
DSBModule.i448 return None
498 return None
538 return None
560 …symbols = property(get_symbols_array, None, doc='''A read only property that returns a list() of l…
561 …symbol = property(get_symbols_access_object, None, doc='''A read only property that can be used to…
562 …sections = property(get_sections_array, None, doc='''A read only property that returns a list() of…
563 …compile_units = property(get_compile_units_array, None, doc='''A read only property that returns a…
564 …section = property(get_sections_access_object, None, doc='''A read only property that can be used …
565 …section = property(get_sections_access_object, None, doc='''A read only property that can be used …
570 …uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UU…
[all …]
DSBError.i112 …value = property(GetError, None, doc='''A read only property that returns the same result as GetEr…
113 …fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''')
114 …success = property(Success, None, doc='''A read only property that returns the same result as Succ…
115 …description = property(GetCString, None, doc='''A read only property that returns the same result …
116 …type = property(GetType, None, doc='''A read only property that returns the same result as GetType…
DSBInstruction.i98 …mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnem…
99 …operands = property(__operands_property__, None, doc='''A read only property that returns the oper…
100 …comment = property(__comment_property__, None, doc='''A read only property that returns the commen…
101 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb object that rep…
102 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes for …
103 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
DSBProcess.i486 return None
509 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(…
510 …thread = property(get_threads_access_object, None, doc='''A read only property that returns an obj…
511 …is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean val…
512 …is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean…
513 …is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean…
514 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in…
515 …target = property(GetTarget, None, doc='''A read only property that an lldb object that represents…
516 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of…
518 …state = property(GetState, None, doc='''A read only property that returns an lldb enumeration valu…
[all …]
DSBLineEntry.i93 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
94 …line = property(GetLine, None, doc='''A read only property that returns the 1 based line number fo…
95 …column = property(GetColumn, None, doc='''A read only property that returns the 1 based column num…
96 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
97 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
DSBSymbolContextList.i128 …modules = property(get_module_array, None, doc='''Returns a list() of lldb.SBModule objects, one f…
129 …compile_units = property(get_compile_unit_array, None, doc='''Returns a list() of lldb.SBCompileUn…
130 …functions = property(get_function_array, None, doc='''Returns a list() of lldb.SBFunction objects,…
131 …blocks = property(get_block_array, None, doc='''Returns a list() of lldb.SBBlock objects, one for …
132 …line_entries = property(get_line_entry_array, None, doc='''Returns a list() of lldb.SBLineEntry ob…
133 …symbols = property(get_symbol_array, None, doc='''Returns a list() of lldb.SBSymbol objects, one f…
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h204 None = 0x0000, enumerator
221 None = 0x00000000, enumerator
247 None = 0x00, enumerator
255 None = 0x00, enumerator
263 None = 0, enumerator
282 None = 0x0000, enumerator
302 None = 0x0000, enumerator
313 None = 0, enumerator
363 None = 0x00000000, enumerator
399 None = 0x00, enumerator
[all …]
/openbsd/src/gnu/llvm/lldb/source/Core/
DRichManglingContext.cpp37 assert(new_provider != None && "Only reset to a valid provider"); in ResetProvider()
67 assert(m_provider != None && "Initialize a provider first"); in IsCtorOrDtor()
77 case None: in IsCtorOrDtor()
113 assert(m_provider != None && "Initialize a provider first"); in ParseFunctionBaseName()
123 case None: in ParseFunctionBaseName()
130 assert(m_provider != None && "Initialize a provider first"); in ParseFunctionDeclContextName()
140 case None: in ParseFunctionDeclContextName()
147 assert(m_provider != None && "Initialize a provider first"); in ParseFullName()
158 case None: in ParseFullName()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp50 IndexType E = (end() != IndexType::None) ? end() : start(); in contains()
51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains()
62 if (AS < start() || start() == IndexType::None) in merge()
64 if (end() < AE || end() == IndexType::None) { in merge()
120 if (AE == IndexType::None) in addsub()
126 assert(AE != IndexType::None); in addsub()
133 if (BE == IndexType::None) in addsub()
164 assert(getIndex(&In) == IndexType::None && "Instruction already in map"); in InstrIndexMap()
168 Last = B.empty() ? IndexType::None : unsigned(Idx)-1; in InstrIndexMap()
181 return IndexType::None; in getIndex()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp133 ClassOptions::None; in hasConstructor()
140 ModifierOptions::None; in isConstType()
148 ClassOptions::None; in hasAssignmentOperator()
156 ClassOptions::None; in hasCastOperator()
164 ClassOptions::None; in hasNestedTypes()
172 ClassOptions::None; in hasOverloadedOperator()
181 return (Tag->Options & ClassOptions::Intrinsic) != ClassOptions::None; in isIntrinsic()
188 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
195 return (Tag->Options & ClassOptions::Packed) != ClassOptions::None; in isPacked()
204 return (Tag->Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
[all …]
/openbsd/src/gnu/llvm/libcxx/benchmarks/
Dmap.bench.cpp58 enum class Shuffle { None, Keys, Hints }; enumerator
114 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run()
135 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run()
156 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000); in run()
163 Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000); in run()
179 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run()
198 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1); in run()
221 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000); in run()
228 Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000); in run()
243 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1000); in run()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DVFABIDemangling.cpp19 None, // Not found. enumerator
112 return ParseRet::None; in tryParseLinearTokenWithRuntimeStep()
132 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
137 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
142 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
147 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
150 return ParseRet::None; in tryParseLinearWithRuntimeStep()
178 return ParseRet::None; in tryParseCompileTimeLinearToken()
212 return ParseRet::None; in tryParseLinearWithCompileTimeStep()
239 if (HasLinearRuntime != ParseRet::None) in tryParseParameter()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp469 if (TM.getOptLevel() != CodeGenOpt::None) in AArch64PassConfig()
553 if (TM->getOptLevel() != CodeGenOpt::None && EnableAtomicTidy) in addIRPasses()
566 if (TM->getOptLevel() != CodeGenOpt::None) { in addIRPasses()
592 /*IsOptNone=*/TM->getOptLevel() == CodeGenOpt::None)); in addIRPasses()
599 if (TM->getOptLevel() != CodeGenOpt::None) { in addIRPasses()
621 if (TM->getOptLevel() != CodeGenOpt::None && EnablePromoteConstant) in addPreISel()
626 if ((TM->getOptLevel() != CodeGenOpt::None && in addPreISel()
651 if (getOptLevel() != CodeGenOpt::None) in addCodeGenPrepare()
662 getOptLevel() != CodeGenOpt::None) in addInstSelector()
674 if (getOptLevel() == CodeGenOpt::None) in addPreLegalizeMachineIR()
[all …]

12345678910>>...29