/llvm-project/llvm/test/FileCheck/ |
H A D | numeric-defines.txt | 32 NUMERRMSG1: defines.txt:[[#@LINE-5]]:12: error: CHECKNUM1: expected string not found in input 33 NUMERRMSG1: defines.txt:1:1: note: scanning from here 34 NUMERRMSG1: defines.txt:1:1: note: with "NUMVAL1" equal to "7" 35 NUMERRMSG1: defines.txt:[[#@LINE-10]]:1: note: possible intended match here 37 NUMERRMSG2: defines.txt:[[#@LINE-9]]:12: error: CHECKNUM2: expected string not found in input 38 NUMERRMSG2: defines.txt:1:1: note: scanning from here 39 NUMERRMSG2: defines.txt:1:1: note: with "NUMVAL2" equal to "8" 40 NUMERRMSG2: defines.txt:[[#@LINE-14]]:1: note: possible intended match here 42 NOT-NUMERRMSG1: defines.txt:[[#@LINE-13]]:14: error: {{NUMNOT1}}-NOT: excluded string found in input 43 NOT-NUMERRMSG1: defines.txt:[[#@LINE-18]]:1: note: found here [all …]
|
H A D | string-defines.txt | 17 ERRMSG: defines.txt:[[@LINE-3]]:8: error: CHECK: expected string not found in input 18 ERRMSG: defines.txt:1:1: note: scanning from here 19 ERRMSG: defines.txt:1:1: note: with "VALUE" equal to "20" 20 ERRMSG: defines.txt:[[@LINE-7]]:1: note: possible intended match here 22 NOT-ERRMSG: defines.txt:[[@LINE-7]]:10: error: {{NOT}}-NOT: excluded string found in input 23 NOT-ERRMSG: defines.txt:[[@LINE-10]]:1: note: found here 24 NOT-ERRMSG: defines.txt:[[@LINE-11]]:1: note: with "VALUE" equal to "10"
|
H A D | numeric-defines-diagnostics.txt | 8 NUMERRCLINAME:Global defines:1:46: error: invalid variable name 17 NUMERRCLIPSEUDO:Global defines:1:45: error: definition of pseudo numeric variable unsupported 26 NUMERRCLITRAIL:Global defines:1:51: error: unexpected characters after numeric variable name 35 NUMERRCLIFMT:Global defines:1:45: error: invalid matching format specification in expression
|
/llvm-project/lld/test/MachO/ |
H A D | weak-header-flags.s | 4 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/libweak-defines.s -o %t/libweak-defines… 5 # RUN: %lld -dylib %t/libweak-defines.o -o %t/libweak-defines.dylib 6 # RUN: llvm-readobj --file-headers %t/libweak-defines.dylib | FileCheck %s --check-prefix=WEAK-DEFI… 9 # RUN: %lld -lSystem -L%t -lweak-defines -o %t/binds-to-weak %t/binds-to-weak.o 13 # RUN: %lld -lSystem -L%t -lweak-defines -o %t/overrides-weak %t/overrides-weak.o 14 # RUN: llvm-readobj --file-headers %t/overrides-weak | FileCheck %s --check-prefix=WEAK-DEFINES-ONLY 16 # WEAK-DEFINES-AND-BINDS: MH_BINDS_TO_WEAK 17 # WEAK-DEFINES-AND-BINDS: MH_WEAK_DEFINES 23 # WEAK-DEFINES-ONLY-NOT: MH_BINDS_TO_WEAK 24 # WEAK-DEFINES-ONLY: MH_WEAK_DEFINES [all …]
|
/llvm-project/clang/test/CodeGenCUDASPIRV/ |
H A D | cuda-types.cu | 19 // RUN: | grep -Ev '_ATOMIC_LLONG_LOCK_FREE' > %t/i386-host-defines-filtered 22 // RUN: | grep -Ev '_ATOMIC_LLONG_LOCK_FREE' > %t/i386-device-defines-filtered 23 // RUN: diff %t/i386-host-defines-filtered %t/i386-device-defines-filtered 27 // RUN: | grep -Ev '_ATOMIC_LLONG_LOCK_FREE' > %t/i386-msvc-host-defines-filtered 30 // RUN: | grep -Ev '_ATOMIC_LLONG_LOCK_FREE' > %t/i386-msvc-device-defines-filtered 31 // RUN: diff %t/i386-msvc-host-defines-filtered %t/i386-msvc-device-defines-filtered 35 // RUN: | grep -Ev '_ATOMIC_LLONG_LOCK_FREE' > %t/x86_64-host-defines-filtered 38 // RUN: | grep -Ev '_ATOMIC_LLONG_LOCK_FREE' > %t/x86_64-device-defines-filtered 39 // RUN: diff %t/x86_64-host-defines-filtered %t/x86_64-device-defines-filtered 43 // RUN: | grep -Ev '_ATOMIC_LLONG_LOCK_FREE' > %t/powerpc64-host-defines-filtered [all …]
|
/llvm-project/clang/test/Preprocessor/ |
H A D | cuda-types.cu | 17 …p -Ev '__LDBL|_LONG_DOUBLE|BITINT_MAXWIDTH|_ATOMIC_LLONG_LOCK_FREE' > %t/i386-host-defines-filtered 20 …-Ev '__LDBL|_LONG_DOUBLE|BITINT_MAXWIDTH|_ATOMIC_LLONG_LOCK_FREE' > %t/i386-device-defines-filtered 21 // RUN: diff %t/i386-host-defines-filtered %t/i386-device-defines-filtered 25 // RUN: | grep -Ev '__LDBL|_LONG_DOUBLE|BITINT_MAXWIDTH' > %t/x86_64-host-defines-filtered 28 // RUN: | grep -Ev '__LDBL|_LONG_DOUBLE|BITINT_MAXWIDTH' > %t/x86_64-device-defines-filtered 29 // RUN: diff %t/x86_64-host-defines-filtered %t/x86_64-device-defines-filtered 33 // RUN: | grep -Ev '__LDBL|_LONG_DOUBLE|BITINT_MAXWIDTH' > %t/powerpc64-host-defines-filtered 36 // RUN: | grep -Ev '__LDBL|_LONG_DOUBLE|BITINT_MAXWIDTH' > %t/powerpc64-device-defines-filtered 37 // RUN: diff %t/powerpc64-host-defines-filtered %t/powerpc64-device-defines-filtered 41 … '__LDBL|_LONG_DOUBLE|BITINT_MAXWIDTH|_ATOMIC_LLONG_LOCK_FREE' > %t/i386-msvc-host-defines-filtered [all …]
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | macro-to-enum.cpp | 28 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR1' defines an integral constant; prefer an … 29 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR2' defines an integral constant; prefer an … 30 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR3' defines an integral constant; prefer an … 31 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR4' defines an integral constant; prefer an … 32 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR5' defines an integral constant; prefer an … 33 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR6' defines an integral constant; prefer an … 34 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR7' defines an integral constant; prefer an … 35 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR8' defines an integral constant; prefer an … 36 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR9' defines an integral constant; prefer an … 37 // CHECK-MESSAGES: :[[@LINE-13]]:9: warning: macro 'EXPR10' defines an integral constant; prefer an… [all …]
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | converter_atlas.h | 16 // defines convert_string 19 // defines convert_char 22 // defines convert_int 26 // defines convert_float_decimal 27 // defines convert_float_dec_exp 28 // defines convert_float_dec_auto 30 // defines convert_float_hex_exp 35 // defines convert_fixed 43 // defines convert_pointer 47 // defines convert_strerro [all...] |
/llvm-project/mlir/include/mlir/Dialect/IRDL/IR/ |
H A D | IRDLOps.td | 38 The `irdl.dialect` operation defines a dialect. All operations, attributes, 49 The above program defines a `cmath` dialect. 68 `irdl.type` defines a new type belonging to the `irdl.dialect` parent. 86 The above program defines a type `complex` inside the dialect `cmath`. The 101 `irdl.attribute` defines a new attribute belonging to the `irdl.dialect` 120 The above program defines an `enum_attr` attribute inside the `testd` 136 `irdl.parameters` defines the constraints on parameters of a type or 152 The above program defines a type `complex` inside the dialect `cmath`. The 172 `irdl.operation` defines a new operation belonging to the `irdl.dialect` 195 The above program defines a [all...] |
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/simulator/ |
H A D | TestDataFormatterLibcxxStringSimulator.py |
|
/llvm-project/mlir/docs/ |
H A D | SymbolsAndSymbolTables.md | 30 defines a [`SymbolTable`](#symbol-table). The name of a symbol *must* be unique 34 [`func.func`](Dialects/Builtin.md/#func-mlirfuncop). `func.func` defines a 47 - This attribute defines the symbolic 'name' of the operation. 50 - This attribute defines the [visibility](#symbol-visibility) of the 80 // This `func.func` operation defines a symbol named `symbol`. 87 // Symbol references resolve to the nearest parent operation that defines a 102 // that defines a symbol table, so this reference can't be resolved. 106 // Here we define another nested symbol table, except this time it also defines 109 // This `func.func` operation defines a symbol named `nested_symbol`. 182 `visibility` of a symbol defines it [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | special-member-functions.cpp | 6 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesDestructor' defines a destructor but does … 11 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesDefaultedDestructor' defines a default des… 16 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesCopyConstructor' defines a copy constructo… 21 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesCopyAssignment' defines a copy assignment … 26 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesMoveConstructor' defines a move constructo… 31 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesMoveAssignment' defines a move assignment …
|
H A D | special-member-functions-relaxed.cpp | 12 // CHECK-MESSAGES: [[@LINE-4]]:7: warning: class 'DefinesDestructor' defines a non-default destruct… 27 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesCopyConstructor' defines a copy constructo… 32 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesCopyAssignment' defines a copy assignment … 37 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesMoveConstructor' defines a move constructo… 42 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesMoveAssignment' defines a move assignment … 98 // CHECK-MESSAGES: [[@LINE+1]]:8: warning: class 'NonCopyable' defines a copy constructor but does …
|
H A D | special-member-functions-allow-missing-move-when-copy-is-deleted.cpp | 20 // CHECK-MESSAGES: [[@LINE+1]]:7: warning: class 'DefaultedCopyCtorAndOperator' defines a default d… 27 // CHECK-MESSAGES: [[@LINE+1]]:7: warning: class 'DefinedCopyCtorAndOperator' defines a default des… 34 // CHECK-MESSAGES: [[@LINE+1]]:7: warning: class 'MissingCopyCtor' defines a default destructor and… 40 // CHECK-MESSAGES: [[@LINE+1]]:7: warning: class 'MissingCopyOperator' defines a default destructo… 46 // CHECK-MESSAGES: [[@LINE+1]]:7: warning: class 'MissingAll' defines a default destructor but doe…
|
H A D | special-member-functions-cxx-03.cpp | 6 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesDestructor' defines a destructor but does … 11 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesCopyConstructor' defines a copy constructo… 16 // CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'DefinesCopyAssignment' defines a copy assignment …
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_config.def | 9 // This file defines all the flags and types supported in Scudo. For optional 43 // Defines the type of Primary allocator to use. 46 // Defines the type of Secondary allocator to use. 75 // Defines the minimal & maximal release interval that can be set. 102 // Defines the type and scale of a compact pointer. A compact pointer can 109 // Defines the type of Secondary Cache to use. 114 // Defines the type of cache used by the Secondary. Some additional
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdaterBulk.cpp | 56 Rewrites[Var].Defines[BB] = V; in AddAvailableValue() 72 if (!R.Defines.count(BB)) { in computeValueAt() 76 R.Defines[BB] = V; in computeValueAt() 78 R.Defines[BB] = UndefValue::get(R.Ty); in computeValueAt() 80 return R.Defines[BB]; in computeValueAt() 110 // The value is not live into a predecessor if it defines the value. in ComputeLiveInBlocks() 126 // For that we need to initialize DefBlocks from definitions in R.Defines, in RewriteAllUses() 135 for (auto &Def : R.Defines) in RewriteAllUses() 155 R.Defines[FrontierBB] = PN; in RewriteAllUses()
|
/llvm-project/llvm/utils/gn/secondary/third-party/unittest/ |
H A D | BUILD.gn | 10 defines = [] 12 defines += [ "GTEST_OS_WINDOWS" ] 15 defines += [ "GTEST_HAS_PTHREAD=0" ] 17 defines += [ "GTEST_HAS_RTTI=0" ]
|
/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcMCTargetDesc.h | 40 // Defines symbolic names for Sparc v9 ASI tag names. 52 // Defines symbolic names for Sparc v9 prefetch tag names. 64 // Defines symbolic names for Sparc registers. This defines a mapping from 70 // Defines symbolic names for the Sparc instructions.
|
/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/ubsan/ |
H A D | BUILD.gn | 57 defines = [
|
/llvm-project/flang/test/Lower/ |
H A D | module_definition.f90 | 3 ! Test lowering of module that defines data that is otherwise not used 6 ! Module defines variable in common block without initializer 18 ! Module defines variable in common block with initialization 27 ! Module m1 defines simple data 35 ! Module modEq1 defines data that is equivalenced and not used in this
|
/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameDocstrings.i | 93 Gets the lexical block that defines the stack frame. Another way to think 98 block at or above the block for the PC (SBFrame::GetBlock()) that defines 100 this will be the top most lexical block that defines the function. 103 block that defines this frame. If the PC isn't currently in an inlined 104 function, the lexical block that defines the function is returned."
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/macro-to-enum/ |
H A D | modernize-macro-to-enum3.h | 7 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG3_RED' defines an integral constant; prefer an… 8 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG3_GREEN' defines an integral constant; prefer … 9 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG3_BLUE' defines an integral constant; prefer a…
|
H A D | modernize-macro-to-enum.h | 10 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG_RED' defines an integral constant; prefer an … 11 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG_GREEN' defines an integral constant; prefer a… 12 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG_BLUE' defines an integral constant; prefer an…
|
H A D | modernize-macro-to-enum2.h | 10 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG2_RED' defines an integral constant; prefer an… 11 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG2_GREEN' defines an integral constant; prefer … 12 // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG2_BLUE' defines an integral constant; prefer a…
|