HomeSort by relevance Sort by last modified time
    Searched refs:Attrs (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/clang/include/clang/AST/
Makefile 3 BUILT_SOURCES = Attrs.inc AttrImpl.inc AttrDump.inc AttrVisitor.inc \
15 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
  /external/clang/lib/CodeGen/
Android.mk 6 Attrs.inc \
CGCall.cpp     [all...]
  /external/clang/lib/Frontend/
Android.mk 10 Attrs.inc \
  /external/clang/lib/Sema/
Android.mk 10 Attrs.inc \
  /external/clang/lib/StaticAnalyzer/Core/
Android.mk 5 Attrs.inc \
  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 84 const AttributeSet &Attrs);
92 IRBuilder<> &B, const AttributeSet &Attrs);
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 132 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I);
133 unsigned Scope = Attrs & LTO_SYMBOL_SCOPE_MASK;
147 std::string attrs; local
150 attrs.append(",");
151 attrs.append(MAttrs[i]);
154 if (!attrs.empty())
155 CodeGen.setAttr(attrs.c_str());
  /frameworks/compile/slang/
Android.mk 61 Attrs.inc \
128 Attrs.inc \
  /external/clang/lib/Parse/
ParseDecl.cpp 45 ParsedAttributes *Attrs) {
52 if (Attrs)
53 DS.addAttributes(Attrs->getList());
122 void Parser::ParseGNUAttributes(ParsedAttributes &attrs,
153 attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
160 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
240 ParsedAttributes &Attrs,
256 Attrs.addNewTypeAttr(&AttrName,
260 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName
5012 attrs, T.getCloseLocation()); local
5584 attrs, T.getCloseLocation()); local
5637 D.AddTypeInfo(DeclaratorChunk::getParen(SuggestParenLoc, EndLoc), attrs, local
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 286 const std::string &Attrs) {
297 if (!Attrs.empty())
298 O << "[" << Attrs << "]";
  /external/llvm/tools/gold/
gold-plugin.cpp 248 std::string Attrs;
251 Attrs.append(",");
252 Attrs.append(MAttrs[I]);
254 CodeGen->setAttr(Attrs.c_str());
318 lto_symbol_attributes attrs = M->getSymbolAttributes(i); local
319 if ((attrs & LTO_SYMBOL_SCOPE_MASK) == LTO_SYMBOL_SCOPE_INTERNAL)
327 int scope = attrs & LTO_SYMBOL_SCOPE_MASK;
348 int definition = attrs & LTO_SYMBOL_DEFINITION_MASK;
  /external/llvm/lib/IR/
AsmWriter.cpp 535 AttributeSet Attrs = CI->getAttributes().getFnAttributes();
536 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
537 CreateAttributeSetSlot(Attrs);
540 AttributeSet Attrs = II->getAttributes().getFnAttributes();
541 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
542 CreateAttributeSetSlot(Attrs);
    [all...]
  /external/clang/lib/AST/
Android.mk 12 Attrs.inc \
CommentParser.cpp 440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
447 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
457 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
464 Attrs.push_back(HTMLStartTagComment::Attribute(
477 S.copyArray(llvm::makeArrayRef(Attrs)),
485 S.copyArray(llvm::makeArrayRef(Attrs)),
504 S.copyArray(llvm::makeArrayRef(Attrs)),
512 S.copyArray(llvm::makeArrayRef(Attrs)),
  /external/clang/lib/StaticAnalyzer/Checkers/
Android.mk 7 Attrs.inc \
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 240 Attrs = ObjCPropertyDecl::OBJC_PR_noattr;
244 Attrs = PD->getPropertyAttributesAsWritten();
282 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign)
  /external/clang/
clang-tblgen-rules.mk 61 ifneq ($(findstring Attrs.inc,$(TBLGEN_TABLES)),)
62 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/Attrs.inc
63 $(intermediates)/include/clang/AST/Attrs.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
64 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
  /external/llvm/lib/AsmParser/
LLParser.h 358 AttributeSet Attrs;
359 ParamInfo(LocTy loc, Value *v, AttributeSet attrs)
360 : Loc(loc), V(v), Attrs(attrs) {}
380 AttributeSet Attrs;
383 : Loc(L), Ty(ty), Attrs(Attr), Name(N) {}
LLParser.cpp     [all...]
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 274 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 268 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 2476 milliseconds

12 3 4 5