HomeSort by relevance Sort by last modified time
    Searched defs:Context (Results 301 - 325 of 1592) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/aapt2/test/
Context.h 34 class Context : public IAaptContext {
36 Context() : name_mangler_({}), symbols_(&name_mangler_), min_sdk_version_(0) {}
85 DISALLOW_COPY_AND_ASSIGN(Context);
130 std::unique_ptr<Context> Build() { return std::move(context_); }
133 std::unique_ptr<Context> context_ = std::unique_ptr<Context>(new Context());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context;
185 template <typename T> void match(const T &Node, ASTContext &Context) {
186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
189 ASTContext &Context);
193 void matchAST(ASTContext &Context);
243 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context);
248 ASTContext &Context);
252 /// \p Context and collects the \c BoundNodes of all callback invocations.
254 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 ASTContext &Context;
63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
65 : Context(context), BasicVals(context, alloc),
66 SymMgr(context, BasicVals, alloc),
67 MemMgr(context, alloc),
69 ArrayIndexTy(context.LongLongTy),
70 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) |
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 151 /// object size in Size if successful, and false otherwise. In this context, by
189 LLVMContext &Context, ObjectSizeOpts Options = {});
239 LLVMContext &Context;
254 LLVMContext &Context, bool RoundToAlign = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 91 MCContext Context;
155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchFinder.h 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context;
185 template <typename T> void match(const T &Node, ASTContext &Context) {
186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
189 ASTContext &Context);
193 void matchAST(ASTContext &Context);
243 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context);
248 ASTContext &Context);
252 /// \p Context and collects the \c BoundNodes of all callback invocations.
254 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 ASTContext &Context;
63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
65 : Context(context), BasicVals(context, alloc),
66 SymMgr(context, BasicVals, alloc),
67 MemMgr(context, alloc),
69 ArrayIndexTy(context.LongLongTy),
70 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) |
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 156 /// object size in Size if successful, and false otherwise. In this context, by
194 LLVMContext &Context, ObjectSizeOpts Options = {});
244 LLVMContext &Context;
259 LLVMContext &Context, bool RoundToAlign = false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineModuleInfo.h 82 MCContext Context;
145 const MCContext &getContext() const { return Context; }
146 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchFinder.h 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context;
185 template <typename T> void match(const T &Node, ASTContext &Context) {
186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
189 ASTContext &Context);
193 void matchAST(ASTContext &Context);
243 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context);
248 ASTContext &Context);
252 /// \p Context and collects the \c BoundNodes of all callback invocations.
254 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 ASTContext &Context;
63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
65 : Context(context), BasicVals(context, alloc),
66 SymMgr(context, BasicVals, alloc),
67 MemMgr(context, alloc),
69 ArrayIndexTy(context.LongLongTy),
70 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) |
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 156 /// object size in Size if successful, and false otherwise. In this context, by
194 LLVMContext &Context, ObjectSizeOpts Options = {});
244 LLVMContext &Context;
259 LLVMContext &Context, bool RoundToAlign = false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineModuleInfo.h 82 MCContext Context;
145 const MCContext &getContext() const { return Context; }
146 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchFinder.h 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context;
185 template <typename T> void match(const T &Node, ASTContext &Context) {
186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
189 ASTContext &Context);
193 void matchAST(ASTContext &Context);
243 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context);
248 ASTContext &Context);
252 /// \p Context and collects the \c BoundNodes of all callback invocations.
254 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 ASTContext &Context;
63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
65 : Context(context), BasicVals(context, alloc),
66 SymMgr(context, BasicVals, alloc),
67 MemMgr(context, alloc),
69 ArrayIndexTy(context.LongLongTy),
70 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) |
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 176 /// object size in Size if successful, and false otherwise. In this context, by
213 LLVMContext &Context, ObjectSizeOpts Options = {});
264 LLVMContext &Context;
280 LLVMContext &Context, bool RoundToAlign = false);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineModuleInfo.h 82 MCContext Context;
155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchFinder.h 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context;
185 template <typename T> void match(const T &Node, ASTContext &Context) {
186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
189 ASTContext &Context);
193 void matchAST(ASTContext &Context);
243 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context);
248 ASTContext &Context);
252 /// \p Context and collects the \c BoundNodes of all callback invocations.
254 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 ASTContext &Context;
63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
65 : Context(context), BasicVals(context, alloc),
66 SymMgr(context, BasicVals, alloc),
67 MemMgr(context, alloc),
69 ArrayIndexTy(context.LongLongTy),
70 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) |
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 176 /// object size in Size if successful, and false otherwise. In this context, by
213 LLVMContext &Context, ObjectSizeOpts Options = {});
264 LLVMContext &Context;
280 LLVMContext &Context, bool RoundToAlign = false);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineModuleInfo.h 82 MCContext Context;
155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchFinder.h 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
85 clang::ASTContext * const Context;
185 template <typename T> void match(const T &Node, ASTContext &Context) {
186 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
189 ASTContext &Context);
193 void matchAST(ASTContext &Context);
243 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context);
248 ASTContext &Context);
252 /// \p Context and collects the \c BoundNodes of all callback invocations.
254 SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 35 ASTContext &Context;
63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
65 : Context(context), BasicVals(context, alloc),
66 SymMgr(context, BasicVals, alloc),
67 MemMgr(context, alloc),
69 ArrayIndexTy(context.LongLongTy),
70 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) |
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 176 /// object size in Size if successful, and false otherwise. In this context, by
213 LLVMContext &Context, ObjectSizeOpts Options = {});
264 LLVMContext &Context;
280 LLVMContext &Context, bool RoundToAlign = false);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineModuleInfo.h 82 MCContext Context;
155 const MCContext &getContext() const { return Context; }
156 MCContext &getContext() { return Context; }

Completed in 1957 milliseconds

<<11121314151617181920>>