Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 25 of 177) sorted by relevance

12345678

/external/bison/etc/
Dbench.pl.in30 my ($base, $max, $directives) = @_;
131 my ($base, $max, $directives) = @_;
152 $directives
350 while (my ($name, $directives) = each %test)
354 &$generator ($name, 200, $directives);
/external/clang/test/Parser/
Dattributes.mm14 … // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in f…
17 …P I @end // expected-error-re {{postfix attributes are not allowed on Objective-C directives{{$}}}}
21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{…
24 … // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in f…
/external/llvm/test/YAMLParser/
Dspec-07-13.data5 !foo "No directives"
8 !bar "With directives"
Dspec-07-05.data3 # We don't currently parse TAG directives.
/external/llvm/test/tools/llvm-readobj/
Dcoff-directives.test1 RUN: llvm-readobj -coff-directives %p/Inputs/directives.obj.coff-x86_64 | FileCheck %s
/external/llvm/docs/CommandGuide/
DFileCheck.rst160 this case, you can use "``CHECK:``" and "``CHECK-NEXT:``" directives to specify
184 "``CHECK-NEXT:``" directives reject the input unless there is exactly one
193 and "``CHECK-SAME:``" directives to specify this. If you specified a custom
209 "``CHECK-SAME:``" directives reject the input if there are any newlines between
257 ``CHECK-NOT:`` directives could be mixed with ``CHECK-DAG:`` directives to
258 exclude strings between the surrounding ``CHECK-DAG:`` directives. As a result,
259 the surrounding ``CHECK-DAG:`` directives cannot be reordered, i.e. all
317 or more ``CHECK:`` directives may inadvertently succeed by matching lines in a
351 The use of ``CHECK-LABEL:`` directives in this case ensures that the three
352 ``CHECK:`` directives only accept lines corresponding to the body of the
[all …]
/external/libunwind/doc/
Dlibunwind-dynamic.tex235 directives. See Section ``Dynamic unwind directives'' for a
236 description of the directives.
263 descriptor with space for \Var{op\_count} unwind directives. Note
265 with the number of directives in a region. Instead, it is sufficient
267 directives, since the end of the directives can always be indicated
270 \section{Dynamic unwind directives}
299 directives with the same \Var{when} value, if a particular instruction
303 the directives are not tied to a particular instruction. By
306 There is no need for the dynamic unwind directives to appear
307 in order of increasing \Var{when} values. If the directives happen to
[all …]
/external/llvm/test/MC/ARM/
Deh-directive-personalityindex-diagnostics.s58 @ CHECK: error: multiple personality directives
77 @ CHECK: error: multiple personality directives
Ddirective-fpu-multiple.s1 @ Check multiple .fpu directives.
Deh-directive-section.s6 @ Check the combination of .section, .fnstart, and .fnend directives.
12 @ For the functions in custom section specified by .section directives,
Deh-directive-fnstart-diagnostics.s4 @ Check the diagnostics for the mismatched .fnstart directives.
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
DAssemblyInfo.cs1 #region Using directives
/external/llvm/test/MC/Mips/
Dmips_directives_bad.s1 # Error checking for malformed directives
Dcfi.s6 # Check that we can accept register names in CFI directives and that they are
Dmips-abi-bad.s3 # Error checking for malformed .module directives (and .set fp=...).
/external/llvm/test/LTO/ARM/
Dinline-asm.ll1 ; Check that we don't crash on target-specific inline asm directives.
/external/llvm/test/CodeGen/X86/
Dident-metadata.ll3 ; directives in assembly files, and in the .comment section in ELF object files.
/external/llvm/test/MC/X86/AlignedBundling/
Dasm-printing-bundle-directives.s4 # bundling directives.
/external/clang/include/clang/Basic/
DOpenMPKinds.def1 //===--- OpenMPKinds.def - OpenMP directives and clauses list ---*- C++ -*-===//
10 /// \brief This file defines the list of supported OpenMP directives and
73 // OpenMP directives.
/external/libvpx/libvpx/vpx_ports/
Dmem.h23 #warning No alignment directives known for this compiler.
/external/clang/test/ARCMT/
Dverify.m11 // CHECK: error: no expected directives found: consider use of 'expected-no-diagnostics'
/external/llvm/test/CodeGen/Mips/
Deh-return32.ll23 ; check that .cfi_offset directives are emitted for $a0-$a3.
65 ; check that .cfi_offset directives are emitted for $a0-$a3.
Dmicromips-directives.ll1 ; This test checks if the '.set [no]micromips' directives
Deh-return64.ll24 ; check that .cfi_offset directives are emitted for $a0-$a3.
68 ; check that .cfi_offset directives are emitted for $a0-$a3.
/external/llvm/test/Transforms/BranchFolding/
D2007-10-19-InlineAsmDirectives.ll3 ;; We don't want branch folding to fold asm directives.

12345678