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

1 2 3 4 56 7 8 91011

  /external/bison/data/
glr.c 70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
    [all...]
  /external/chromium_org/v8/src/
types.cc 477 Type* Type::Optional(Handle<Type> type) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 21 #include "llvm/ADT/Optional.h"
493 Optional<bool> IsPrunable;
  /external/clang/lib/Parse/
ParseExprCXX.cpp 278 // Parse the optional 'template' keyword, then make sure we have
636 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro));
698 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro,
700 typedef Optional<unsigned> DiagResult;
881 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro, &SkippedInits));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 434 Optional<Loc> AddrLoc = AddrVal.getAs<Loc>();
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 334 if (Optional<CFGElement> E = L.getFirstElement()) {
MemRegion.cpp     [all...]
  /dalvik/vm/
Dvm.mk 18 # If you enable or disable optional features here, make sure you do
37 # Optional features. These may impact the size or performance of the VM.
  /external/chromium_org/chrome_frame/
CFInstall.js 21 * @param {Node} doc Optional A document to search for id.
  /external/llvm/lib/Support/
CommandLine.cpp 763 // ConsumeAfter cannot be combined with "optional" positional options
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/chromium_org/native_client_sdk/src/examples/
common.js 86 // Add any optional arguments
292 * @param {Object} attrs Optional dictionary of additional attributes.
  /external/chromium_org/v8/test/cctest/
test-types.cc 206 CHECK(IsBitset(Type::Optional(T.Object)));
214 AsBitset(Type::Optional(T.String)));
  /external/clang/include/clang/AST/
DeclObjC.h 115 enum ImplementationControl { None, Required, Optional };
139 /// \@required/\@optional
    [all...]
ExprCXX.h 808 // can by null, if the optional expression to throw isn't present.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 45 #include "llvm/ADT/Optional.h"
891 /// \brief Helper class that creates diagnostics with optional
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 765 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) {
840 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>())
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 678 * @param {function(entry):boolean=} opt_filter Optional filter to skip some
702 * @param {function(entry):boolean=} opt_filter Optional filter to skip some
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 182 return (*CCStr)[chunk_number].Optional;
    [all...]
CIndex.cpp 36 #include "llvm/ADT/Optional.h"
568 Optional<bool> CursorVisitor::shouldVisitCursor(CXCursor Cursor) {
628 const Optional<bool> &V = shouldVisitCursor(Cursor);
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 15 #include "llvm/ADT/Optional.h"
294 std::pair<unsigned, Optional<unsigned> > > GMap;
  /external/clang/lib/Serialization/
ASTWriter.cpp 365 if (Optional<unsigned> NumExpansions = T->getNumExpansions())
    [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 2320 milliseconds

1 2 3 4 56 7 8 91011