Searched refs:syntax (Results 26 - 50 of 225) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dfloatsisfvfp.S18 .syntax unified
H A Dfloatunssidfvfp.S18 .syntax unified
H A Dfloatunssisfvfp.S18 .syntax unified
H A Dmulsf3vfp.S17 .syntax unified
H A Dsubsf3vfp.S18 .syntax unified
H A Dswitch8.S25 .syntax unified
H A Dswitchu8.S25 .syntax unified
H A Dsync_synchronize.S17 .syntax unified
H A Dtruncdfsf2vfp.S18 .syntax unified
H A Dadddf3vfp.S16 .syntax unified
H A Dbswapsi2.S11 .syntax unified
H A Dclzsi2.S15 .syntax unified
H A Ddivdf3vfp.S17 .syntax unified
H A Deqdf2vfp.S17 .syntax unified
H A Deqsf2vfp.S18 .syntax unified
H A Dgedf2vfp.S18 .syntax unified
H A Dgesf2vfp.S18 .syntax unified
H A Dgtdf2vfp.S18 .syntax unified
H A Dgtsf2vfp.S18 .syntax unified
H A Dledf2vfp.S18 .syntax unified
H A Dlesf2vfp.S18 .syntax unified
/freebsd-13-stable/usr.bin/bmake/tests/
H A DMakefile13 TESTS_SUBDIRS+= syntax
/freebsd-13-stable/usr.bin/bmake/tests/syntax/directive-t0/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax/directive-t0
/freebsd-13-stable/bin/sh/
H A DMakefile20 GENSRCS= builtins.c nodes.c syntax.c
21 GENHDRS= builtins.h nodes.h syntax.h token.h
57 .ORDER: syntax.c syntax.h
58 syntax.h: .NOMETA
59 syntax.c syntax.h: mksyntax
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h1 //===- Nodes.h - syntax nodes for C/C++ grammar constructs ----*- C++ -*-=====//
32 namespace syntax { namespace in namespace:clang
34 /// A kind of a syntax node, used for implementing casts. The ordering and
36 /// of syntax::Node.
119 /// Some roles are assigned only to child nodes of one specific parent syntax
120 /// node type. Names of such roles start with the name of the parent syntax tree
121 /// node type. For example, a syntax node with a role
215 std::vector<syntax::NameSpecifier *> specifiers();
241 syntax::NestedNameSpecifier *qualifier();
244 syntax
[all...]

Completed in 180 milliseconds

123456789