Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/minix3/external/bsd/llvm/dist/llvm/utils/vim/
H A DREADME3 These are syntax highlighting files for the VIM editor. Included are:
8 ~/.vim/syntax and add this code to your ~/.vimrc :
17 `tablegen.vim' to ~/.vim/syntax and add this code to your ~/.vimrc :
25 ~/.vim/syntax/... to the syntax files in your LLVM source tree. Apparently
29 Another option, if you do not already have a ~/.vim/syntax directory, is
30 to symlink ~/.vim/syntax itself to llvm/utils/vim .
32 Note: If you notice missing or incorrect syntax highlighting, please contact
36 If you find yourself working with LLVM Makefiles often, but you don't get syntax
H A Dvimrc34 au BufRead,BufNewFile * syntax match LongLine /\%>80v.\+/
35 au InsertEnter * syntax match WhitespaceEOL /\s\+\%#\@<!$/
36 au InsertLeave * syntax match WhitespaceEOL /\s\+$/
56 " Highlight syntax in programming languages
57 syntax on
76 " Enable syntax highlighting for LLVM files. To use, copy
77 " utils/vim/llvm.vim to ~/.vim/syntax .
82 " Enable syntax highlighting for tablegen files. To use, copy
83 " utils/vim/tablegen.vim to ~/.vim/syntax .
88 " Enable syntax highlighting for reStructuredText files. To use, copy
[all …]
H A Dtablegen.vim1 " Vim syntax file
7 syntax clear
13 syntax sync minlines=100
/minix3/external/bsd/kyua-cli/dist/integration/
H A Dcmd_list_test.sh33 syntax(2)
44 syntax(2)
67 syntax(2)
74 syntax(2)
91 syntax(2)
109 syntax(2)
142 syntax(2)
151 syntax(2)
183 syntax(2)
201 syntax(2)
[all …]
H A Dcmd_config_test.sh43 syntax(2)
67 syntax(2)
85 syntax(2)
103 syntax(2)
123 syntax(2)
147 syntax(2)
163 syntax(2)
173 syntax(2)
184 syntax(2)
201 syntax(2)
[all …]
H A Dcmd_test_test.sh35 syntax(2)
58 syntax(2)
81 syntax(2)
115 syntax(2)
151 syntax(2)
177 syntax(2)
204 syntax(2)
228 syntax(2)
238 syntax(2)
262 syntax(2)
[all …]
H A Dcmd_debug_test.sh33 syntax(2)
50 syntax(2)
70 syntax(2)
92 syntax(2)
112 syntax(2)
149 syntax(2)
178 syntax(2)
210 syntax(2)
219 syntax(2)
240 syntax(2)
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dlea-2.ll1 ; RUN: llc < %s -mtriple=i686-linux -x86-asm-syntax=intel | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-linux -x86-asm-syntax=intel | FileCheck %s
3 ; RUN: llc < %s -mtriple=x86_64-linux-gnux32 -x86-asm-syntax=intel | FileCheck %s
4 ; RUN: llc < %s -mtriple=x86_64-nacl -x86-asm-syntax=intel | FileCheck %s
H A Dshift-coalesce.ll1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
3 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
H A Dextend.ll1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movzx | count 1
2 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
/minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp1.txt13 and him that the C declarator syntax is difficult and confusing.
16 conclusion I do: that you have to go with familiar syntax over logical
17 syntax because familiarity is such a strong force:
32 particular problem is inherently difficult. Your syntax for the above
34 thinking about it. Honestly, I don't find it much easier than the C syntax.
39 the old array syntax:
42 introduce, no matter how logical it is. Introducing a new syntax that may
50 The syntax programmers are used to out of years of experience or a new
51 syntax that they have never seen that has a more logical structure. I think
57 P.S. Also, while I agree that most your syntax is more logical, there is
H A D2001-02-06-TypeNotationDebateResp4.txt2 > conclusion I do: that you have to go with familiar syntax over logical
3 > syntax because familiarity is such a strong force:
13 that a new person would have to learn the new, different, syntax
25 > particular problem is inherently difficult. Your syntax for the above
27 > thinking about it. Honestly, I don't find it much easier than the C syntax.
35 declare these pointers, and the syntax is inconsistent with the method
36 declaration and calling syntax.
45 > And the old array syntax:
50 Erm... excuse me but how is this the "old array syntax"? If you are
63 > Introducing a new syntax that may
[all …]
/minix3/external/bsd/llvm/dist/llvm/utils/kate/
H A DREADME3 These are syntax highlighting files for the Kate editor. Included are:
8 this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it).
10 Note: If you notice missing or incorrect syntax highlighting, please contact
/minix3/external/bsd/kyua-atf-compat/dist/
H A Datf2kyua_test.sh55 syntax('kyuafile', 1)
103 syntax('kyuafile', 1)
114 syntax('kyuafile', 1)
125 syntax('kyuafile', 1)
135 syntax('kyuafile', 1)
H A Datf-report_test.sh37 syntax('kyuafile', 1)
59 syntax('kyuafile', 1)
90 syntax('kyuafile', 1)
111 syntax('kyuafile', 1)
135 syntax('kyuafile', 1)
163 syntax('kyuafile', 1)
197 syntax('kyuafile', 1)
/minix3/external/bsd/libevent/dist/sample/
H A Dle-proxy.c142 syntax(void) in syntax() function
213 syntax(); in main()
221 syntax(); in main()
227 syntax(); in main()
236 syntax(); in main()
247 syntax(); in main()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h583 AttributeList::Syntax syntax,
589 args, numArgs, syntax,
601 AttributeList::Syntax syntax) { in create() argument
607 syntax)); in create()
615 AttributeList::Syntax syntax) { in create() argument
621 syntax)); in create()
629 AttributeList::Syntax syntax) { in createTypeTagForDatatype() argument
635 syntax)); in createTypeTagForDatatype()
718 AttributeList::Syntax syntax,
722 syntax, ellipsisLoc);
[all …]
/minix3/external/bsd/kyua-cli/etc/kyua/
H A Dkyua.conf4 -- on the syntax and tests(7) for any NetBSD-specific tweaks that may apply.
7 syntax(2)
/minix3/external/bsd/file/dist/magic/magdir/
H A Docaml12 >8 string M abstract syntax tree implementation file
13 >8 string N abstract syntax tree interface file
/minix3/tests/usr.bin/id/
H A Dt_whoami.sh54 atf_test_case syntax
74 atf_add_test_case syntax
H A Dt_groups.sh54 atf_test_case syntax
70 atf_add_test_case syntax
/minix3/external/bsd/llvm/dist/llvm/test/MC/AArch64/
H A Darm64-directive_loh.s13 # - Regular syntax.
14 # - Alternative syntax.
77 # Too much arguments with alternative syntax.
89 # Too few argumets with alternative syntax.
/minix3/external/bsd/tmux/dist/examples/
H A Dtmux.vim1 " Vim syntax file
9 " - Drop the file in the syntax directory into runtimepath (such as
10 " ~/.vim/syntax/tmux.vim).
18 " - Switch on syntax highlighting by adding "syntax enable" to .vimrc.
22 syntax clear
28 syntax case match
/minix3/bin/sh/
H A Dparser.c937 char const * volatile syntax = syn; in readtoken1() local
959 if (syntax == DQSYNTAX) { in readtoken1()
973 if (syntax == BASESYNTAX) in readtoken1()
982 switch(syntax[c]) { in readtoken1()
984 if (syntax == BASESYNTAX) in readtoken1()
1034 if (syntax != SQSYNTAX) { in readtoken1()
1038 syntax = SQSYNTAX; in readtoken1()
1049 syntax = ARISYNTAX; in readtoken1()
1051 syntax = BASESYNTAX; in readtoken1()
1066 syntax = ARISYNTAX; in readtoken1()
[all …]
/minix3/external/bsd/llvm/dist/llvm/utils/jedit/
H A DREADME3 These are syntax highlighting files for the jEdit editor. Included are:
12 Note: If you notice missing or incorrect syntax highlighting, please contact

12345678910>>...29