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

1 2 3 45 6 7 8 91011

  /external/clang/lib/Analysis/
BodyFarm.cpp 347 Optional<Stmt *> &Val = Bodies[D];
ReachableCode.cpp 98 if (Optional<CFGStmt> CS = I->getAs<CFGStmt>()) {
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 21 #include "llvm/ADT/Optional.h"
34 mutable Optional<uint64_t> Val_O_CREAT;
CallAndMessageChecker.cpp 138 if (Optional<nonloc::LazyCompoundVal> LV =
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 152 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>())
CallEvent.cpp 841 Optional<const ObjCMethodDecl *> >
845 Optional<const ObjCMethodDecl *> &Val = PMC[std::make_pair(IDecl, Sel)];
    [all...]
ExprEngineC.cpp 472 if (Optional<loc::MemRegionVal> M =
659 if (Optional<CFGStmt> CS = CE.getAs<CFGStmt>()) {
837 if (Optional<Loc> LV = V.getAs<Loc>()) {
    [all...]
Store.cpp 275 Optional<loc::MemRegionVal> DerivedRegVal =
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 48 cl::Optional, cl::init("llvmprof.out"));
  /external/chromium_org/chrome/browser/resources/file_manager/js/
test_util.js 466 * @param {string=} opt_iframeQuery Optional iframe selector.
498 * given |keyIdentifier| and optional |ctrl| modifier to the file manager.
504 * @param {string=} opt_iframeQuery Optional iframe selector.
522 * @param {string=} opt_iframeQuery Optional iframe selector.
538 * @param {string=} opt_iframeQuery Optional iframe selector.
572 * @param {string=} opt_iframeQuery Optional iframe selector.
587 * @param {string=} opt_iframeQuery Optional iframe selector.
  /external/clang/lib/Basic/
SourceManager.cpp 18 #include "llvm/ADT/Optional.h"
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 31 import com.google.common.base.Optional;
276 assertEquals(Optional.of("cool"),
278 assertEquals(Optional.of("pants"),
280 assertEquals(Optional.of("cool"),
282 assertEquals(Optional.absent(),
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 619 PDecl->setPropertyImplementation(ObjCPropertyDecl::Optional);
    [all...]
SemaTemplateInstantiate.cpp 666 Optional<TemplateDeductionInfo *> Sema::isSFINAEContext() const {
668 return Optional<TemplateDeductionInfo *>(0);
765 Optional<unsigned> &NumExpansions) {
    [all...]
SemaTemplateInstantiateDecl.cpp 102 Optional<unsigned> NumExpansions;
    [all...]
TreeTransform.h 254 Optional<unsigned> &NumExpansions) {
586 Optional<unsigned> NumExpansions,
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 696 Optional<bool> UpperU, UpperL;
780 Optional<NSAPI::NSNumberLiteralMethodKind>
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 16 #include "llvm/ADT/Optional.h"
750 llvm::Optional<GlobalValue::VisibilityTypes> NewVisibility;
817 llvm::Optional<GlobalValue::VisibilityTypes> NewVisibility;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 86 Optional<T> getAs() const {
ProgramState.h 654 if (Optional<Loc> L = LV.getAs<Loc>())
690 if (Optional<NonLoc> N = Idx.getAs<NonLoc>())
  /external/clang/lib/AST/
Decl.cpp 139 static Optional<Visibility> getExplicitVisibility(const NamedDecl *D,
190 static Optional<Visibility> getVisibilityOf(const NamedDecl *D,
597 if (Optional<Visibility> Vis = getExplicitVisibility(D, computation)) {
607 if (Optional<Visibility> Vis = getExplicitVisibility(ND, computation)) {
792 if (Optional<Visibility> Vis = getExplicitVisibility(D, computation))
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 106 Optional<bool> IsInFile =
  /external/clang/include/clang/Analysis/
CFG.h 23 #include "llvm/ADT/Optional.h"
89 Optional<T> getAs() const {
344 /// Label - An (optional) label that prefixes the executable
786 if (Optional<CFGStmt> stmt = BI->getAs<CFGStmt>())
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 318 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional)
352 if (MD->getImplementationControl() == ObjCMethodDecl::Optional)
483 // go through list of non-optional methods and properties in each protocol

Completed in 4303 milliseconds

1 2 3 45 6 7 8 91011