| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 24 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 …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | SourceMgrTest.cpp | 51 printMessage(getLoc(4), SourceMgr::DK_Error, "message", None, None); in TEST_F() 61 printMessage(getLoc(4), SourceMgr::DK_Warning, "message", None, None); in TEST_F() 71 printMessage(getLoc(4), SourceMgr::DK_Remark, "message", None, None); in TEST_F() 81 printMessage(getLoc(4), SourceMgr::DK_Note, "message", None, None); in TEST_F() 91 printMessage(getLoc(6), SourceMgr::DK_Error, "message", None, None); in TEST_F() 101 printMessage(getLoc(7), SourceMgr::DK_Error, "message", None, None); in TEST_F() 111 printMessage(getLoc(0), SourceMgr::DK_Error, "message", None, None); in TEST_F() 121 printMessage(getLoc(0), SourceMgr::DK_Error, "message", None, None); in TEST_F() 131 printMessage(getLoc(1), SourceMgr::DK_Error, "message", None, None); in TEST_F() 141 printMessage(getLoc(3), SourceMgr::DK_Error, "message", None, None); in TEST_F() [all …]
|
| H A D | CheckedArithmeticTest.cpp | 11 EXPECT_EQ(checkedAdd<int64_t>(Max, Max), None); in TEST() 12 EXPECT_EQ(checkedAdd<int64_t>(Min, -1), None); in TEST() 13 EXPECT_EQ(checkedAdd<int64_t>(Max, 1), None); in TEST() 20 EXPECT_EQ(checkedAdd<int16_t>(Max, Max), None); in TEST() 21 EXPECT_EQ(checkedAdd<int16_t>(Min, -1), None); in TEST() 22 EXPECT_EQ(checkedAdd<int16_t>(Max, 1), None); in TEST() 29 EXPECT_EQ(checkedMul<int64_t>(Max, 2), None); in TEST() 30 EXPECT_EQ(checkedMul<int64_t>(Max, Max), None); in TEST() 31 EXPECT_EQ(checkedMul<int64_t>(Min, 2), None); in TEST() 47 EXPECT_EQ(checkedMul<int16_t>(Max, 2), None); in TEST() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/Breakpad/ |
| H A D | BreakpadRecordsTest.cpp | 28 EXPECT_EQ(llvm::None, Record::classify("STACK")); in TEST() 47 EXPECT_EQ(llvm::None, in TEST() 64 EXPECT_EQ(llvm::None, FileRecord::parse("")); in TEST() 98 EXPECT_EQ(llvm::None, InlineRecord::parse("")); in TEST() 106 EXPECT_EQ(llvm::None, LineRecord::parse("47")); in TEST() 107 EXPECT_EQ(llvm::None, LineRecord::parse("")); in TEST() 152 EXPECT_EQ(llvm::None, StackWinRecord::parse( in TEST() 154 EXPECT_EQ(llvm::None, in TEST() 156 EXPECT_EQ(llvm::None, StackWinRecord::parse( in TEST() 158 EXPECT_EQ(llvm::None, in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-type-util.h | 770 internal::None, internal::None, internal::None, internal::None, 771 internal::None, internal::None, internal::None, internal::None, 772 internal::None, internal::None, internal::None, internal::None, 773 internal::None, internal::None, internal::None, internal::None, 774 internal::None, internal::None, internal::None, internal::None, 775 internal::None, internal::None, internal::None, internal::None, 776 internal::None, internal::None, internal::None, internal::None, 777 internal::None, internal::None, internal::None, internal::None, 778 internal::None, internal::None, internal::None, internal::None, 779 internal::None, internal::None, internal::None, internal::None, [all …]
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/Symbolizer/ |
| H A D | MarkupTest.cpp | 40 EXPECT_THAT(Parser.nextNode(), None); in TEST() 45 EXPECT_THAT(Parser.nextNode(), None); in TEST() 49 EXPECT_THAT(Parser.nextNode(), None); in TEST() 53 EXPECT_THAT(Parser.nextNode(), None); in TEST() 57 EXPECT_THAT(Parser.nextNode(), None); in TEST() 61 EXPECT_THAT(Parser.nextNode(), None); in TEST() 65 EXPECT_THAT(Parser.nextNode(), None); in TEST() 69 EXPECT_THAT(Parser.nextNode(), None); in TEST() 73 EXPECT_THAT(Parser.nextNode(), None); in TEST() 77 EXPECT_THAT(Parser.nextNode(), None); in TEST() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | StringExtractorGDBRemoteTest.cpp | 10 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 15 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 18 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 21 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 24 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 27 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 30 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 33 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 36 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() 38 EXPECT_EQ(ex.GetPidTid(0), llvm::None); in TEST() [all …]
|
| H A D | UriParserTest.cpp | 7 EXPECT_EQ((URI{"x", "y", llvm::None, "/"}), URI::Parse("x://y")); in TEST() 15 EXPECT_EQ((URI{"x", "y", llvm::None, "/"}), URI::Parse("x://y/")); in TEST() 23 EXPECT_EQ((URI{"x", "y", llvm::None, "/abc/def/xyz"}), in TEST() 44 EXPECT_EQ((URI{"connect", "192.168.100.132", llvm::None, "/"}), in TEST() 57 llvm::None, "/"}), in TEST() 67 EXPECT_EQ(llvm::None, URI::Parse("x:/y")); in TEST() 71 EXPECT_EQ(llvm::None, URI::Parse("x:y")); in TEST() 75 EXPECT_EQ(llvm::None, URI::Parse("x//y")); in TEST() 79 EXPECT_EQ(llvm::None, URI::Parse("x/y")); in TEST() 85 EXPECT_EQ(llvm::None, URI::Parse("x://y:5432a/")); in TEST() [all …]
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | op-python-bindings.td | 24 // CHECK: def __init__(self, variadic1, non_variadic, *, variadic2=None, loc=None, ip=None): 113 …CHECK: def __init__(self, i32attr, in_, *, optionalF32Attr=None, unitAttr=None, loc=None, ip=None): 155 // CHECK: def __init__(self, _gen_arg_0, _gen_arg_2, *, in_=None, is_=None, loc=None, ip=None): 186 // CHECK: def __init__(self, *, arr=None, unsupported=None, loc=None, ip=None): 205 // CHECK: def __init__(self, type, *, loc=None, ip=None): 229 // CHECK: def __init__(self, *, loc=None, ip=None): 242 // CHECK: def __init__(self, *, loc=None, ip=None): 256 // CHECK: def __init__(self, *, loc=None, ip=None): 310 // CHECK: def __init__(self, non_optional, *, optional=None, loc=None, ip=None): 395 // CHECK: def __init__(self, in_, *, loc=None, ip=None): [all …]
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFrame.i | 343 …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… 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… 354 …thread = property(GetThread, None, doc='''A read only property that returns an lldb object that re… 355 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly… 356 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra… [all …]
|
| H A D | SBData.i | 175 … 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 … 281 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like … 285 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like … [all …]
|
| H A D | SBValue.i | 464 return None 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… 497 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre… 502 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this… 505 …location = property(GetLocation, None, doc='''A read only property that returns the location of th… 506 …target = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that… 512 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th… 521 def synthetic_child_from_expression(self, name, expr, options=None): [all …]
|
| H A D | SBType.i | 50 …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… 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… 908 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… [all …]
|
| H A D | SBSymbol.i | 80 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a… 81 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 82 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value … 83 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 84 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 85 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 86 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 87 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha… 88 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
|
| H A D | SBSection.i | 135 …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…
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/ |
| H A D | CodeGenTest.cpp | 28 {FunctionType::MEMCPY, llvm::None, llvm::None, llvm::None, llvm::None, in TEST() 31 Loop{{256, kMaxSize}, 64}, llvm::None, llvm::None, in TEST() 33 {FunctionType::MEMCMP, Contiguous{{0, 2}}, Overlap{{2, 64}}, llvm::None, in TEST() 34 AlignedLoop{Loop{{64, kMaxSize}, 16}, 16, AlignArg::_1}, llvm::None, in TEST() 36 {FunctionType::MEMSET, Contiguous{{0, 2}}, Overlap{{2, 256}}, llvm::None, in TEST() 37 AlignedLoop{Loop{{256, kMaxSize}, 32}, 16, AlignArg::_1}, llvm::None, in TEST() 39 {FunctionType::MEMSET, Contiguous{{0, 2}}, Overlap{{2, 256}}, llvm::None, in TEST() 40 AlignedLoop{Loop{{256, kMaxSize}, 32}, 32, AlignArg::_1}, llvm::None, in TEST() 42 {FunctionType::BZERO, Contiguous{{0, 4}}, Overlap{{4, 128}}, llvm::None, in TEST() 43 AlignedLoop{Loop{{128, kMaxSize}, 32}, 32, AlignArg::_1}, llvm::None, in TEST()
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/ |
| H A D | ir.pyi | 135 def dump(self) -> None: ... 165 def dump(self) -> None: ... 184 def dump(self) -> None: ... 199 def dump(self) -> None: ... 285 def dump(self) -> None: ... 550 def detach(self) -> None: ... 653 def __init__(self, object: object, context: Optional[Context] = None) -> None: ... 654 … None, attributes: Optional[Attribute] = None, regions: Optional[List[Region]] = None, context: Op… 692 def dump(self) -> None: ... 803 def dump(self) -> None: ... [all …]
|
| /llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/ |
| H A D | comparison-ops-to-llvm.mlir | 8 spv.func @i_equal_scalar(%arg0: i32, %arg1: i32) "None" { 26 spv.func @i_not_equal_scalar(%arg0: i64, %arg1: i64) "None" { 62 spv.func @s_greater_than_scalar(%arg0: i64, %arg1: i64) "None" { 80 spv.func @s_less_than_equal_scalar(%arg0: i64, %arg1: i64) "None" { 98 spv.func @s_less_than_scalar(%arg0: i64, %arg1: i64) "None" { 134 spv.func @u_greater_than_scalar(%arg0: i64, %arg1: i64) "None" { 170 spv.func @u_less_than_scalar(%arg0: i64, %arg1: i64) "None" { 188 spv.func @f_ord_equal_scalar(%arg0: f32, %arg1: f32) "None" { 242 spv.func @f_ord_less_than_scalar(%arg0: f64, %arg1: f64) "None" { 278 spv.func @f_ord_not_equal_scalar(%arg0: f32, %arg1: f32) "None" { [all …]
|
| H A D | arithmetic-ops-to-llvm.mlir | 8 spv.func @iadd_scalar(%arg0: i32, %arg1: i32) "None" { 26 spv.func @isub_scalar(%arg0: i8, %arg1: i8) "None" { 44 spv.func @imul_scalar(%arg0: i32, %arg1: i32) "None" { 62 spv.func @fadd_scalar(%arg0: f16, %arg1: f16) "None" { 80 spv.func @fsub_scalar(%arg0: f32, %arg1: f32) "None" { 98 spv.func @fdiv_scalar(%arg0: f32, %arg1: f32) "None" { 116 spv.func @fmul_scalar(%arg0: f32, %arg1: f32) "None" { 134 spv.func @frem_scalar(%arg0: f32, %arg1: f32) "None" { 152 spv.func @fneg_scalar(%arg: f64) "None" { 159 spv.func @fneg_vector(%arg: vector<2xf32>) "None" { [all …]
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | 19 None, // Not found. enumerator 327 return None; in tryDemangleForVFABI() 333 return None; in tryDemangleForVFABI() 338 return None; in tryDemangleForVFABI() 344 return None; in tryDemangleForVFABI() 375 return None; in tryDemangleForVFABI() 380 return None; in tryDemangleForVFABI() 388 return None; in tryDemangleForVFABI() 406 return None; in tryDemangleForVFABI() 450 return None; in tryDemangleForVFABI() [all …]
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | DarwinSDKInfoTest.cpp | 26 EXPECT_EQ(Mapping->map(VersionTuple(3), VersionTuple(0, 1), None), in TEST() 28 EXPECT_EQ(Mapping->map(VersionTuple(3, 0), VersionTuple(0, 1), None), in TEST() 32 EXPECT_EQ(Mapping->map(VersionTuple(3, 1), VersionTuple(0, 1), None), in TEST() 42 EXPECT_EQ(Mapping->map(VersionTuple(2), VersionTuple(0, 1), None), in TEST() 60 None); in TEST() 98 EXPECT_EQ(*Mapping->map(VersionTuple(10, 15), VersionTuple(), None), in TEST() 100 EXPECT_EQ(*Mapping->map(VersionTuple(11, 0), VersionTuple(), None), in TEST() 102 EXPECT_EQ(*Mapping->map(VersionTuple(11, 2), VersionTuple(), None), in TEST() 107 EXPECT_EQ(*Mapping->map(VersionTuple(11, 1), VersionTuple(), None), in TEST() 146 EXPECT_EQ(*Mapping->map(VersionTuple(10, 0), VersionTuple(), None), in TEST() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Signals/ |
| H A D | UnixSignalsTest.cpp | 17 using llvm::None; 131 auto all_signals = signals.GetFilteredSignals(None, None, None); in TEST() 135 auto supressed = signals.GetFilteredSignals(true, None, None); in TEST() 139 auto not_supressed = signals.GetFilteredSignals(false, None, None); in TEST() 143 auto stopped = signals.GetFilteredSignals(None, true, None); in TEST() 147 auto not_stopped = signals.GetFilteredSignals(None, false, None); in TEST() 151 auto notified = signals.GetFilteredSignals(None, None, true); in TEST() 155 auto not_notified = signals.GetFilteredSignals(None, None, false); in TEST()
|
| /llvm-project-15.0.7/mlir/test/Target/SPIRV/ |
| H A D | arithmetic-ops.mlir | 4 spv.func @fmul(%arg0 : f32, %arg1 : f32) "None" { 9 spv.func @fadd(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" { 14 spv.func @fdiv(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" { 19 spv.func @fmod(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" { 24 spv.func @fnegate(%arg0 : vector<4xf32>) "None" { 29 spv.func @fsub(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" { 34 spv.func @frem(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" { 39 spv.func @iadd(%arg0 : vector<4xi32>, %arg1 : vector<4xi32>) "None" { 44 spv.func @isub(%arg0 : vector<4xi32>, %arg1 : vector<4xi32>) "None" { 49 spv.func @imul(%arg0 : vector<4xi32>, %arg1 : vector<4xi32>) "None" { [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIX86.cpp | 135 {{GPR32, "e" l "x", llvm::None}, \ 136 {GPR16, l "x", llvm::None}, \ 137 {GPR8h, l "h", llvm::None}, \ 138 {GPR8, l "l", llvm::None}}) \ 139 : BaseRegToRegsMap::value_type("e" l "x", {{GPR16, l "x", llvm::None}, \ 140 {GPR8h, l "h", llvm::None}, \ 141 {GPR8, l "l", llvm::None}}) \ 147 ? BaseRegToRegsMap::value_type("r" r16, {{GPR32, "e" r16, llvm::None}, \ 148 {GPR16, r16, llvm::None}, \ 149 {GPR8, r16 "l", llvm::None}}) \ [all …]
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | ZipProjects.csv | 2 …asic_common_reference, common_type <https://reviews.llvm.org/D116538>`_", None, Nikolas Klauser, |… 4 …//wg21.link/utility.syn>`_, "[pair] basic_common_reference, common_type", None, Nikolas Klauser, |… 5 ….link/pairs.pair>`_, "[pair] constructor, assignment and swap overloads", None, Nikolas Klauser, |… 8 …vector.bool>`_, "[vector<bool>::reference] add const operator= overload", None, Nikolas Klauser, |… 9 … <https://wg21.link/iterator.concept.winc>`_, "Update weakly_comparable", None, Unassigned, |Not S… 12 ….iterator>`_, "`zip_view::iterator <https://reviews.llvm.org/D122806>`_", None, Hui Xie, |Complete| 13 ….sentinel>`_, "`zip_view::sentinel <https://reviews.llvm.org/D122806>`_", None, Hui Xie, |Complete| 16 …g21.link/range.zip.transform.iterator>`_, "zip_transform_view::iterator", None, Unassigned, |Not S… 17 …g21.link/range.zip.transform.sentinel>`_, "zip_transform_view::sentinel", None, Unassigned, |Not S… 20 …<https://wg21.link/range.adjacent.iterator>`_, "adjacent_view::iterator", None, Unassigned, |Not S… [all …]
|