HomeSort by relevance Sort by last modified time
    Searched defs:Result (Results 176 - 200 of 2692) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
Error.h 25 llvm::detail::ExpectedHolder<T> Result;
26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
28 if (Result.Success)
29 Result.Value = &(*Exp);
30 return Result;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
Local.h 70 /// Return true if the result produced by the instruction is not used, and the
75 /// Return true if the result produced by the instruction would have no side
197 /// pointer). Return the result as a signed integer of intptr size.
205 Value *Result = Constant::getNullValue(IntPtrTy);
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
242 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
255 Result = Builder->CreateAdd(Op, Result, GEP->getName()+".offs")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PTHLexer.h 53 bool LexEndOfFile(Token &Result);
92 void IndirectLex(Token &Result) override { Lex(Result); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
edit_distance.h 97 unsigned Result = Row[n];
98 return Result;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfo.h 106 /// \brief Provide the result typedef for this analysis pass.
107 typedef BlockFrequencyInfo Result;
110 Result run(Function &F, FunctionAnalysisManager &AM);
ObjCARCAliasAnalysis.h 50 /// By definition, this result is stateless and so remains valid.
66 /// Analysis pass providing a never-invalidated alias analysis result.
72 typedef ObjCARCAAResult Result;
79 std::unique_ptr<ObjCARCAAResult> Result;
86 ObjCARCAAResult &getResult() { return *Result; }
87 const ObjCARCAAResult &getResult() const { return *Result; }
ScalarEvolutionAliasAnalysis.h 40 /// Analysis pass providing a never-invalidated alias analysis result.
46 typedef SCEVAAResult Result;
53 std::unique_ptr<SCEVAAResult> Result;
60 SCEVAAResult &getResult() { return *Result; }
61 const SCEVAAResult &getResult() const { return *Result; }
ScopedNoAliasAA.h 25 /// A simple AA result which uses scoped-noalias metadata to answer queries.
32 /// By definition, this result is stateless and so remains valid.
46 /// Analysis pass providing a never-invalidated alias analysis result.
52 typedef ScopedNoAliasAAResult Result;
59 std::unique_ptr<ScopedNoAliasAAResult> Result;
66 ScopedNoAliasAAResult &getResult() { return *Result; }
67 const ScopedNoAliasAAResult &getResult() const { return *Result; }
TypeBasedAliasAnalysis.h 25 /// A simple AA result that uses TBAA metadata to answer queries.
32 /// By definition, this result is stateless and so remains valid.
50 /// Analysis pass providing a never-invalidated alias analysis result.
56 typedef TypeBasedAAResult Result;
63 std::unique_ptr<TypeBasedAAResult> Result;
70 TypeBasedAAResult &getResult() { return *Result; }
71 const TypeBasedAAResult &getResult() const { return *Result; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PredIteratorCache.h 59 auto Result = BlockToPredCountMap.find(BB);
60 if (Result != BlockToPredCountMap.end())
61 return Result->second;
Verifier.h 112 struct Result {
116 Result run(Module &M, ModuleAnalysisManager &);
117 Result run(Function &F, FunctionAnalysisManager &);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatProviders.h 65 Optional<size_t> Result;
67 Result = None;
70 Result = None;
73 Result = std::min<size_t>(99u, Prec);
75 return Result;
354 /// provider can be found for T will result in a compile error.
381 StringRef Result = Style.slice(1, End);
383 return Result;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
Error.h 25 llvm::detail::ExpectedHolder<T> Result;
26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
28 if (Result.Success)
29 Result.Value = &(*Exp);
30 return Result;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
Local.h 70 /// Return true if the result produced by the instruction is not used, and the
75 /// Return true if the result produced by the instruction would have no side
197 /// pointer). Return the result as a signed integer of intptr size.
205 Value *Result = Constant::getNullValue(IntPtrTy);
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
242 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
255 Result = Builder->CreateAdd(Op, Result, GEP->getName()+".offs")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
LexicallyOrderedRecursiveASTVisitor.h 71 bool Result = BaseType::TraverseObjCImplementationDecl(D);
72 return TraverseAdditionalLexicallyNestedDeclarations() ? Result : false;
76 bool Result = BaseType::TraverseObjCCategoryImplDecl(D);
77 return TraverseAdditionalLexicallyNestedDeclarations() ? Result : false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PTHLexer.h 53 bool LexEndOfFile(Token &Result);
92 void IndirectLex(Token &Result) override { Lex(Result); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
edit_distance.h 97 unsigned Result = Row[n];
98 return Result;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CFLAndersAliasAnalysis.h 50 /// By definition, this result is stateless and so remains valid.
89 /// Analysis pass providing a never-invalidated alias analysis result.
99 using Result = CFLAndersAAResult;
106 std::unique_ptr<CFLAndersAAResult> Result;
113 CFLAndersAAResult &getResult() { return *Result; }
114 const CFLAndersAAResult &getResult() const { return *Result; }
CFLSteensAliasAnalysis.h 52 /// By definition, this result is stateless and so remains valid.
106 /// Analysis pass providing a never-invalidated alias analysis result.
116 using Result = CFLSteensAAResult;
123 std::unique_ptr<CFLSteensAAResult> Result;
130 CFLSteensAAResult &getResult() { return *Result; }
131 const CFLSteensAAResult &getResult() const { return *Result; }
ObjCARCAliasAnalysis.h 50 /// By definition, this result is stateless and so remains valid.
66 /// Analysis pass providing a never-invalidated alias analysis result.
72 typedef ObjCARCAAResult Result;
79 std::unique_ptr<ObjCARCAAResult> Result;
86 ObjCARCAAResult &getResult() { return *Result; }
87 const ObjCARCAAResult &getResult() const { return *Result; }
ScalarEvolutionAliasAnalysis.h 40 /// Analysis pass providing a never-invalidated alias analysis result.
46 typedef SCEVAAResult Result;
53 std::unique_ptr<SCEVAAResult> Result;
60 SCEVAAResult &getResult() { return *Result; }
61 const SCEVAAResult &getResult() const { return *Result; }
ScopedNoAliasAA.h 30 /// A simple AA result which uses scoped-noalias metadata to answer queries.
37 /// By definition, this result is stateless and so remains valid.
51 /// Analysis pass providing a never-invalidated alias analysis result.
58 using Result = ScopedNoAliasAAResult;
65 std::unique_ptr<ScopedNoAliasAAResult> Result;
72 ScopedNoAliasAAResult &getResult() { return *Result; }
73 const ScopedNoAliasAAResult &getResult() const { return *Result; }
TypeBasedAliasAnalysis.h 31 /// A simple AA result that uses TBAA metadata to answer queries.
38 /// By definition, this result is stateless and so remains valid.
56 /// Analysis pass providing a never-invalidated alias analysis result.
63 using Result = TypeBasedAAResult;
70 std::unique_ptr<TypeBasedAAResult> Result;
77 TypeBasedAAResult &getResult() { return *Result; }
78 const TypeBasedAAResult &getResult() const { return *Result; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PredIteratorCache.h 59 auto Result = BlockToPredCountMap.find(BB);
60 if (Result != BlockToPredCountMap.end())
61 return Result->second;
Verifier.h 112 struct Result {
116 Result run(Module &M, ModuleAnalysisManager &);
117 Result run(Function &F, FunctionAnalysisManager &);

Completed in 1050 milliseconds

1 2 3 4 5 6 78 91011>>