Home
last modified time | relevance | path

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

12345678910>>...29

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc24 SYMBOL(BUFSIZ, None, <stdio.h>)
45 SYMBOL(EDOM, None, <errno.h>)
47 SYMBOL(EOF, None, <stdio.h>)
62 SYMBOL(FILE, None, <stdio.h>)
88 SYMBOL(I, None, <complex.h>)
148 SYMBOL(NAN, None, <math.h>)
210 SYMBOL(acos, None, <math.h>)
223 SYMBOL(asin, None, <math.h>)
386 SYMBOL(cos, None, <math.h>)
420 SYMBOL(erf, None, <math.h>)
[all …]
H A DStdSpecialSymbolMap.inc25 SYMBOL(size_t, None, <cstddef>)
26 SYMBOL(size_t, None, <cstdlib>)
27 SYMBOL(size_t, None, <cstring>)
28 SYMBOL(size_t, None, <cwchar>)
29 SYMBOL(size_t, None, <cuchar>)
30 SYMBOL(size_t, None, <ctime>)
31 SYMBOL(size_t, None, <cstdio>)
35 SYMBOL(size_t, None, <wchar.h>)
37 SYMBOL(size_t, None, <time.h>)
242 SYMBOL(abs, None, <cmath>)
[all …]
H A DStdSymbolMap.inc25 SYMBOL(BUFSIZ, None, <cstdio>)
26 SYMBOL(BUFSIZ, None, <stdio.h>)
61 SYMBOL(E2BIG, None, <cerrno>)
75 SYMBOL(EBADF, None, <cerrno>)
79 SYMBOL(EBUSY, None, <cerrno>)
95 SYMBOL(EDOM, None, <cerrno>)
96 SYMBOL(EDOM, None, <errno.h>)
115 SYMBOL(EIO, None, <cerrno>)
116 SYMBOL(EIO, None, <errno.h>)
183 SYMBOL(EOF, None, <cstdio>)
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i26 return None
53 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
54 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that …
55 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
62 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre…
67 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this…
70 …location = property(GetLocation, None, doc='''A read only property that returns the location of th…
71 …target = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that…
77 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th…
86 def synthetic_child_from_expression(self, name, expr, options=None):
[all …]
H A DSBFrameExtensions.i60 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (…
61 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
62 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u…
63 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
66 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
67 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
68 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
71 …thread = property(GetThread, None, doc='''A read only property that returns an lldb object that re…
72 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly…
73 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra…
[all …]
H A DSBDataExtensions.i35 … def CreateDataFromInt (cls, value, size = None, target = None, ptr_size = None, endian = None):
42 lldbtarget = None
43 if target == None and lldbtarget != None and lldbtarget.IsValid():
45 if ptr_size == None:
50 if endian == None:
55 if size == None:
72 return None
137 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like …
141 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like …
145 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like …
[all …]
H A DSBTypeExtensions.i10 …name = property(GetName, None, doc='''A read only property that returns the name for this member a…
11 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
12 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in …
13 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi…
14 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem…
46 return None
56 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty…
57 …name = property(GetName, None, doc='''A read only property that returns the name for this type as …
58 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this…
59 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
[all …]
H A DSBThreadExtensions.i35 return None
48 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
51 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
52 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
53 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll…
54 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec…
55 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as…
56 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
57 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue …
59 …is_suspended = property(IsSuspended, None, doc='''A read only property that returns a boolean valu…
[all …]
H A DSBTargetExtensions.i76 return None
92 return None
131 return None
165 return None
180 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
183 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
184 …breakpoints = property(get_target_bkpts, None, doc='''A read only property that returns a list() o…
186 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
191 …addr_size = property(GetAddressByteSize, None, doc='''A read only property that returns the size i…
192 …triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arc…
[all …]
H A DSBSectionExtensions.i22 …name = property(GetName, None, doc='''A read only property that returns the name of this section a…
23 …addr = property(get_addr, None, doc='''A read only property that returns an lldb object that repre…
24 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer tha…
25 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
26 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs…
27 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size…
28 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that…
29 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
30 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
31 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
H A DSBProcessExtensions.i60 return None
85 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(…
86 …thread = property(get_threads_access_object, None, doc='''A read only property that returns an obj…
87 …is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean val…
88 …is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean…
89 …is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean…
90 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in…
91 …target = property(GetTarget, None, doc='''A read only property that an lldb object that represents…
92 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of…
95 …exit_state = property(GetExitStatus, None, doc='''A read only property that returns an exit status…
[all …]
H A DSBSymbolExtensions.i17 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a…
18 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
19 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value …
20 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
21 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
22 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s…
23 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th…
24 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha…
25 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
H A DSBTypeCategoryExtensions.i39 return None
85 …formats = property(get_formats_array, None, doc='''A read only property that returns a list() of l…
86 …format = property(get_formats_access_object, None, doc=r'''A read only property that returns an ob…
87 …summaries = property(get_summaries_array, None, doc='''A read only property that returns a list() …
89 …filters = property(get_filters_array, None, doc='''A read only property that returns a list() of l…
91 …synthetics = property(get_synthetics_array, None, doc='''A read only property that returns a list(…
93 num_formats = property(GetNumFormats, None)
94 num_summaries = property(GetNumSummaries, None)
95 num_filters = property(GetNumFilters, None)
96 num_synthetics = property(GetNumSynthetics, None)
[all …]
H A DSBBlockExtensions.i31 return None
48 …parent = property(GetParent, None, doc='''A read only property that returns the same result as Get…
49 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu…
50 …call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declarat…
51 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
52 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
53 …inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only property that returns…
54 …range = property(get_ranges_access_object, None, doc='''A read only property that allows item acce…
55 …ranges = property(get_ranges_array, None, doc='''A read only property that returns a list() object…
56 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
H A DSBFunctionExtensions.i14 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
15 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
16 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
17 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th…
18 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
19 …name = property(GetName, None, doc='''A read only property that returns the name for this function…
20 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s…
21 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
H A DSBAddressExtensions.i43 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
44 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
45 …line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object …
46 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
47 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
48 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
49 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in …
50 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that …
51 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address f…
H A DSBModuleExtensions.i104 return None
155 return None
196 return None
218 …symbols = property(get_symbols_array, None, doc='''A read only property that returns a list() of l…
220 …sections = property(get_sections_array, None, doc='''A read only property that returns a list() of…
221 …compile_units = property(get_compile_units_array, None, doc='''A read only property that returns a…
228 …uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UU…
232 …addr_size = property(GetAddressByteSize, None, doc='''A read only property that returns the size i…
233 …triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arc…
234 …num_symbols = property(GetNumSymbols, None, doc='''A read only property that returns number of sym…
[all …]
H A DSBInstructionExtensions.i25 …mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnem…
26 …operands = property(__operands_property__, None, doc='''A read only property that returns the oper…
27 …comment = property(__comment_property__, None, doc='''A read only property that returns the commen…
28 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb object that rep…
29 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes for …
30 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
H A DSBErrorExtensions.i9 …value = property(GetError, None, doc='''A read only property that returns the same result as GetEr…
10 …fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''')
11 …success = property(Success, None, doc='''A read only property that returns the same result as Succ…
12 …description = property(GetCString, None, doc='''A read only property that returns the same result …
13 …type = property(GetType, None, doc='''A read only property that returns the same result as GetType…
H A DSBLineEntryExtensions.i16 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
17 …line = property(GetLine, None, doc='''A read only property that returns the 1 based line number fo…
18 …column = property(GetColumn, None, doc='''A read only property that returns the 1 based column num…
19 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
20 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
/freebsd/contrib/llvm-project/lldb/source/Core/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp120 if (AE == IndexType::None) in addsub()
126 assert(AE != IndexType::None); in addsub()
133 if (BE == IndexType::None) in addsub()
181 return IndexType::None; in getIndex()
186 assert (Idx != IndexType::None); in getPrevIndex()
188 return IndexType::None; in getPrevIndex()
202 return IndexType::None; in getNextIndex()
304 if (LD == IndexType::None) in computeInitialLiveRanges()
306 if (LU == IndexType::None) in computeInitialLiveRanges()
377 if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None) in computeInitialLiveRanges()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h250 None = 0x00, enumerator
258 None = 0x00, enumerator
266 None = 0, enumerator
316 None = 0, enumerator
410 None = 0, enumerator
427 None = 0, enumerator
437 None = 0, enumerator
451 None = 0, enumerator
467 None = 0, enumerator
485 None = 0, enumerator
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A 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()
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()
213 ModifierOptions::None; in isUnalignedType()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-no-match.mk45 .if ${:U word :None:Ntwo:Nthree} != ""
50 .if ${:U two :None:Ntwo:Nthree} != ""
68 .if ${:U word :None:Ntwo:Nthree}
73 .if ${:U two :None:Ntwo:Nthree}
85 .if !empty(:U word :None:Ntwo:Nthree)
90 .if !empty(:U two :None:Ntwo:Nthree)

12345678910>>...29