OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:directives
(Results
51 - 75
of
1091
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-stack-directive-2.d
2
#name: C6X stack alignment attributes,
directives
2
unwind-3.d
2
#name: C6X unwinding
directives
3 (segment change)
/external/clang/test/Parser/
pragma-unroll.cpp
3
// Note that this puts the expected lines before the
directives
to work around
58
/* expected-error {{incompatible
directives
'unroll(disable)' and '#pragma unroll(4)'}} */ #pragma unroll 4
64
/* expected-error {{incompatible
directives
'unroll(full)' and '#pragma unroll(4)'}} */ #pragma unroll(4)
70
/* expected-error {{incompatible
directives
'unroll(enable)' and '#pragma unroll(4)'}} */ #pragma unroll(4)
76
/* expected-error {{incompatible
directives
'#pragma unroll' and '#pragma unroll(4)'}} */ #pragma unroll(4)
82
/* expected-error {{incompatible
directives
'#pragma nounroll' and 'unroll_count(4)'}} */ #pragma clang loop unroll_count(4)
88
/* expected-error {{duplicate
directives
'#pragma nounroll' and '#pragma nounroll'}} */ #pragma nounroll
94
/* expected-error {{duplicate
directives
'#pragma unroll' and '#pragma unroll'}} */ #pragma unroll
100
/* expected-error {{duplicate
directives
'unroll(full)' and '#pragma unroll'}} */ #pragma unroll
106
/* expected-error {{duplicate
directives
'#pragma unroll(4)' and '#pragma unroll(4)'}} */ #pragma unroll
[
all
...]
pragma-loop-safety.cpp
3
// Note that this puts the expected lines before the
directives
to work around
27
/* expected-error {{duplicate
directives
'vectorize(assume_safety)' and 'vectorize(enable)'}} */ #pragma clang loop vectorize(enable)
29
/* expected-error {{duplicate
directives
'interleave(assume_safety)' and 'interleave(enable)'}} */ #pragma clang loop interleave(enable)
warn-cuda-compat.cu
5
// Note that this puts the expected lines before the
directives
to work around
/external/clang/test/Frontend/
optimization-remark-line-directive.c
2
//
directives
. We cannot map #line
directives
back to
verify3.c
22
// CHECK2-NEXT: Line 19: 'expected-no-diagnostics' directive cannot follow other expected
directives
29
// no
directives
31
// CHECK3: error: no expected
directives
found: consider use of 'expected-no-diagnostics'
40
// CHECK4-NOT: error: no expected
directives
found: consider use of 'expected-no-diagnostics'
/external/e2fsprogs/intl/
printf-parse.h
64
/* Parses the format string. Fills in the number N of
directives
, and fills
65
in
directives
[0], ...,
directives
[N-1], and sets
directives
[N].dir_start
wprintf-parse.h
64
/* Parses the format string. Fills in the number N of
directives
, and fills
65
in
directives
[0], ...,
directives
[N-1], and sets
directives
[N].dir_start
/external/llvm/test/CodeGen/X86/
ident-metadata.ll
3
;
directives
in assembly files, and in the .comment section in ELF object files.
/external/llvm/test/LTO/ARM/
inline-asm.ll
1
; Check that we don't crash on target-specific inline asm
directives
.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-cpu-directive.d
1
# name: EABI attributes from
directives
/toolchain/binutils/binutils-2.25/gas/doc/
c-rl78.texi
18
* RL78-
Directives
:: Assembler
Directives
85
@node RL78-
Directives
86
@section Assembler
Directives
88
@cindex assembler
directives
, RL78
89
@cindex RL78 assembler
directives
91
In addition to the common
directives
, the RL78 adds these:
c-microblaze.texi
23
* MicroBlaze
Directives
::
Directives
for MicroBlaze Processors.
27
@node MicroBlaze
Directives
28
@section
Directives
29
@cindex MicroBlaze
directives
30
A number of assembler
directives
are available for MicroBlaze.
c-xstormy16.texi
11
* XStormy16
Directives
:: Machine
Directives
46
@node XStormy16
Directives
47
@section XStormy16 Machine
Directives
49
@cindex machine
directives
, XStormy16
50
@cindex XStormy16 machine
directives
c-i370.texi
22
* ESA/390
Directives
:: ESA/390 Machine
Directives
30
it does support a subset of some of the HLASM
directives
. The only
49
manual; assembler
directives
and general syntax are loosely based on the
50
prevailing AT&T/SVR4/ELF/Solaris style notation. HLASM-style
directives
54
A leading dot in front of
directives
is optional, and the case of
55
directives
is ignored; thus for example, .using and USING have the same
109
@node ESA/390
Directives
110
@section ESA/390 Assembler
Directives
113
assembler
directives
that are documented in the main part of thi
[
all
...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp
39
// Same thing, but with the
directives
in namespaces.
99
// Transitivity acts like synthetic using
directives
.
130
// Bug: using
directives
should be followed when parsing default
/external/autotest/apache/
apache-conf
27
Include "/usr/local/autotest/apache/conf/all-
directives
"
/external/clang/test/ARCMT/
verify.m
11
// CHECK: error: no expected
directives
found: consider use of 'expected-no-diagnostics'
/external/clang/test/Lexer/
utf8-invalid.c
13
// Don't warn about bad UTF-8 in preprocessor
directives
.
/external/clang/test/Misc/
emit-html.c
20
// -emit-html filters out #
directives
, but not _Pragma (or MS __pragma)
/external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h
157
/// Keep track of all LOH
directives
.
158
SmallVector<MCLOHDirective, 32>
Directives
;
165
/// Const accessor to the
directives
.
167
return
Directives
;
173
Directives
.push_back(MCLOHDirective(Kind, Args));
176
/// Get the size of the
directives
if emitted.
180
for (const MCLOHDirective &D :
Directives
)
189
for (const MCLOHDirective &D :
Directives
)
194
Directives
.clear();
/external/llvm/test/MC/AsmParser/
directive_file-errors.s
9
// CHECK-ERRORS:6:9: error: input can't have .file dwarf
directives
when -g is used to generate dwarf debug info for assembly code
/external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s
4
# bundling
directives
.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-exclude.d
4
# Test that 'e' works in .section
directives
.
Completed in 335 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>