Searched refs:directives (Results 1 – 25 of 177) sorted by relevance
12345678
/external/bison/etc/ |
D | bench.pl.in | 30 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/ |
D | attributes.mm | 14 … // 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/ |
D | spec-07-13.data | 5 !foo "No directives" 8 !bar "With directives"
|
D | spec-07-05.data | 3 # We don't currently parse TAG directives.
|
/external/llvm/test/tools/llvm-readobj/ |
D | coff-directives.test | 1 RUN: llvm-readobj -coff-directives %p/Inputs/directives.obj.coff-x86_64 | FileCheck %s
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 160 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/ |
D | libunwind-dynamic.tex | 235 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/ |
D | eh-directive-personalityindex-diagnostics.s | 58 @ CHECK: error: multiple personality directives 77 @ CHECK: error: multiple personality directives
|
D | directive-fpu-multiple.s | 1 @ Check multiple .fpu directives.
|
D | eh-directive-section.s | 6 @ Check the combination of .section, .fnstart, and .fnend directives. 12 @ For the functions in custom section specified by .section directives,
|
D | eh-directive-fnstart-diagnostics.s | 4 @ Check the diagnostics for the mismatched .fnstart directives.
|
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/ |
D | AssemblyInfo.cs | 1 #region Using directives
|
/external/llvm/test/MC/Mips/ |
D | mips_directives_bad.s | 1 # Error checking for malformed directives
|
D | cfi.s | 6 # Check that we can accept register names in CFI directives and that they are
|
D | mips-abi-bad.s | 3 # Error checking for malformed .module directives (and .set fp=...).
|
/external/llvm/test/LTO/ARM/ |
D | inline-asm.ll | 1 ; Check that we don't crash on target-specific inline asm directives.
|
/external/llvm/test/CodeGen/X86/ |
D | ident-metadata.ll | 3 ; directives in assembly files, and in the .comment section in ELF object files.
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | asm-printing-bundle-directives.s | 4 # bundling directives.
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 1 //===--- 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/ |
D | mem.h | 23 #warning No alignment directives known for this compiler.
|
/external/clang/test/ARCMT/ |
D | verify.m | 11 // CHECK: error: no expected directives found: consider use of 'expected-no-diagnostics'
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 23 ; check that .cfi_offset directives are emitted for $a0-$a3. 65 ; check that .cfi_offset directives are emitted for $a0-$a3.
|
D | micromips-directives.ll | 1 ; This test checks if the '.set [no]micromips' directives
|
D | eh-return64.ll | 24 ; 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/ |
D | 2007-10-19-InlineAsmDirectives.ll | 3 ;; We don't want branch folding to fold asm directives.
|
12345678