HomeSort by relevance Sort by last modified time
    Searched refs:Syntax (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/clang/include/clang/Basic/
Attributes.h 33 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
  /external/clang/lib/Basic/
Attributes.cpp 6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
  /build/kati/testcase/
subst.mk 1 # http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions
subst2.mk 1 # http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-2.d 3 #name: Minimum SH64 Syntax Support - Pseudos.
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 11 * This annotation a value that is of a particular syntax, such as Java syntax
12 * or regular expression syntax. This can be used to provide syntax checking of
22 public @interface Syntax {
24 * Value indicating the particular syntax denoted by this annotation.
37 * Syntax names can be followed by a colon and a list of key value pairs,
RegEx.java 19 @Syntax("RegEx")
  /external/clang/include/clang/Sema/
AttributeList.h 75 enum Syntax {
101 /// Corresponds to the Syntax enum.
218 Syntax syntaxUsed, SourceLocation ellipsisLoc)
236 Syntax syntaxUsed)
257 Syntax syntaxUsed)
275 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed)
293 ParsedType typeArg, Syntax syntaxUsed)
307 Syntax syntaxUsed)
372 Syntax SyntaxUsed);
591 AttributeList::Syntax syntax
    [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 113 AttributeList::Syntax SyntaxUsed) {
127 Syntax SyntaxUsed) {
150 (AttributeList::Syntax)SyntaxUsed);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 2 * Abstract Syntax Tree (aka Parse Tree)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 2 * Abstract Syntax Tree (aka Parse Tree)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 2 * Abstract Syntax Tree (aka Parse Tree)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 2 * Abstract Syntax Tree (aka Parse Tree)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 2 * Abstract Syntax Tree (aka Parse Tree)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 2 * Abstract Syntax Tree (aka Parse Tree)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h 110 enum Syntax {
117 const Syntax Syntax_MIN = SYNTAX_PROTO2;
118 const Syntax Syntax_MAX = SYNTAX_PROTO3;
122 inline const ::std::string& Syntax_Name(Syntax value) {
127 const ::std::string& name, Syntax* value) {
128 return ::google::protobuf::internal::ParseNamedEnum<Syntax>(
249 // optional .google.protobuf.Syntax syntax = 6;
252 ::google::protobuf::Syntax syntax() const
1062 inline ::google::protobuf::Syntax Type::syntax() const { function in class:google::protobuf::Type
1502 inline ::google::protobuf::Syntax Enum::syntax() const { function in class:google::protobuf::Enum
    [all...]
api.pb.h 171 // optional .google.protobuf.Syntax syntax = 7;
174 ::google::protobuf::Syntax syntax() const;
175 void set_syntax(::google::protobuf::Syntax value);
312 // optional .google.protobuf.Syntax syntax = 7;
315 ::google::protobuf::Syntax syntax() const;
316 void set_syntax(::google::protobuf::Syntax value)
661 inline ::google::protobuf::Syntax Api::syntax() const { function in class:google::protobuf::Api
869 inline ::google::protobuf::Syntax Method::syntax() const { function in class:google::protobuf::Method
    [all...]
  /external/regex-re2/doc/
mksyntaxgo 4 out=$GOROOT/src/pkg/regexp/syntax/doc.go
5 cp syntax.txt $out
12 ,x g/Flag syntax/d
14 ,s/^Flags:/ Flag syntax is xyz (set) or -xyz (clear) or xy-z (set xy, clear z). The flags are:\n/
25 Package syntax parses regular expressions into parse trees and compiles
29 Syntax
31 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
32 Parts of the syntax can be disabled by passing alternate flags to Parse.
37 package syntax
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/guice/lib/build/
jsr305.jar 
  /external/owasp/sanitizer/distrib/lib/
jsr305.jar 
  /external/owasp/sanitizer/lib/jsr305/
jsr305.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jsr305.jar 
  /external/vogar/lib/
jsr305.jar 
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 9 module Make (Syntax : Sig.Camlp4Syntax) =
12 include Syntax

Completed in 1347 milliseconds

1 2 3 4 5 6