HomeSort by relevance Sort by last modified time
    Searched refs:Optional (Results 151 - 175 of 254) sorted by null

1 2 3 4 5 67 8 91011

  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 29 # Optional title attribute for footnote links and backlinks.
33 # Optional class attribute for footnote links and backlinks.
353 # Link defs are in the form: ^[id]: url "optional title"
369 )? # title is optional
409 (?> # optional tag attributes
683 [ ]? # one optional space
684 (?:\n[ ]*)? # one optional newline followed by spaces
694 # Next, inline-style links: [link text](url "optional title")
714 )? # title is optional
805 [ ]? # one optional spac
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 56 static cl::opt<WhatToGenerate> GenerationType("cppgen", cl::Optional,
72 static cl::opt<std::string> NameToGenerate("cppfor", cl::Optional,
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 242 example "optional single token" do
284 example "optional single rule" do
329 example "optional label no list label" do
952 example "optional" do
954 grammar Optional;
1016 a : ID -> ID? ; // match an ID to optional ID
1100 example "optional subrule without real elements" do
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
ExprObjC.h 209 Optional<unsigned> NumExpansions;
527 /// pointer is an (optional) ObjCMethodDecl and Setter may be set.
    [all...]
Type.h 29 #include "llvm/ADT/Optional.h"
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
DeclTemplate.cpp 204 Arg = TemplateArgument(TemplateName(TTP), Optional<unsigned>());
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 836 if (Optional<TemplateDeductionInfo*> Info = isSFINAEContext()) {
    [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp 173 Optional<NSAPI::NSNumberLiteralMethodKind> Kind =
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 375 /// and ObjC2 protocols. Objective-C 1 protocols can not contain optional
433 /// and optional methods.
    [all...]
CGObjCMac.cpp     [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 763 * @param {number} opt_max_objects Optional parameter specifying the maximum
928 * @param {number} opt_max_instances Optional parameter specifying the maximum
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 44 #include "llvm/ADT/Optional.h"
616 Optional<MachineOperand> Op;
    [all...]