Home
last modified time | relevance | path

Searched full:defines (Results 1 – 25 of 2949) sorted by relevance

12345678910>>...118

/llvm-project/llvm/test/FileCheck/
H A Dnumeric-defines.txt32 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 Dstring-defines.txt17 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 Dnumeric-defines-diagnostics.txt8 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 Dweak-header-flags.s4 # 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 Dcuda-types.cu19 // 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 Dcuda-types.cu17 …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 Dmacro-to-enum.cpp28 // 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 Dconverter_atlas.h16 // 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 DIRDLOps.td38 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 DTestDataFormatterLibcxxStringSimulator.py
/llvm-project/mlir/docs/
H A DSymbolsAndSymbolTables.md30 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 Dspecial-member-functions.cpp6 // 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 Dspecial-member-functions-relaxed.cpp12 // 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 Dspecial-member-functions-allow-missing-move-when-copy-is-deleted.cpp20 // 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 Dspecial-member-functions-cxx-03.cpp6 // 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 Dallocator_config.def9 // 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 DSSAUpdaterBulk.cpp56 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 DBUILD.gn10 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 DSparcMCTargetDesc.h40 // 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 DBUILD.gn57 defines = [
/llvm-project/flang/test/Lower/
H A Dmodule_definition.f903 ! 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 DSBFrameDocstrings.i93 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 Dmodernize-macro-to-enum3.h7 // 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 Dmodernize-macro-to-enum.h10 // 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 Dmodernize-macro-to-enum2.h10 // 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…

12345678910>>...118