Searched defs:Kind (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp18 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator, argument
20 switch (Kind) {
H A DTokenKinds.cpp25 const char *tok::getTokenName(enum TokenKind Kind) { argument
26 assert(Kind < tok::NUM_TOKENS);
27 return TokNames[Kind];
30 const char *tok::getTokenSimpleSpelling(enum TokenKind Kind) {
31 switch (Kind) {
H A DOpenMPKinds.cpp31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { argument
32 assert(Kind < NUM_OPENMP_DIRECTIVES);
33 switch (Kind) {
53 const char *clang::getOpenMPClauseName(OpenMPClauseKind Kind) {
54 assert(Kind < NUM_OPENMP_CLAUSES);
55 switch (Kind) {
69 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind,
71 switch (Kind) {
87 const char *clang::getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind,
89 switch (Kind) {
[all...]
/external/clang/include/clang/Basic/
H A DAttrKinds.h11 /// \brief Defines the clang::attr::Kind enum.
23 enum Kind { enum in namespace:clang::attr
/external/chromium/chrome/browser/ui/gtk/
H A Dsad_tab_gtk.h18 enum Kind { enum in class:SadTabGtk
23 explicit SadTabGtk(TabContents* tab_contents, Kind kind);
35 Kind kind_;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebInbandTextTrack.h42 enum Kind { enum in class:blink::WebInbandTextTrack
56 virtual Kind kind() const = 0;
/external/clang/lib/Serialization/
H A DASTCommon.cpp149 bool serialization::isRedeclarableDeclKind(unsigned Kind) { argument
150 switch (static_cast<Decl::Kind>(Kind)) {
H A DModule.cpp23 ModuleFile::ModuleFile(ModuleKind Kind, unsigned Generation) argument
24 : Kind(Kind), File(0), DirectlyImported(false),
/external/clang/test/Parser/
H A Dcxx-stmt.cpp48 enum { Type } Kind; variable in typeref:enum:__anon17130
51 switch (Kind) {
/external/llvm/lib/MC/
H A DMCSectionELF.cpp150 unsigned MCSectionELF::DetermineEntrySize(SectionKind Kind) { argument
151 if (Kind.isMergeable1ByteCString()) return 1;
152 if (Kind.isMergeable2ByteCString()) return 2;
153 if (Kind.isMergeable4ByteCString()) return 4;
154 if (Kind.isMergeableConst4()) return 4;
155 if (Kind.isMergeableConst8()) return 8;
156 if (Kind.isMergeableConst16()) return 16;
/external/llvm/lib/TableGen/
H A DError.cpp25 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, argument
29 if (Kind == SourceMgr::DK_Error)
35 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp17 ARMMCExpr::Create(VariantKind Kind, const MCExpr *Expr, argument
19 return new (Ctx) ARMMCExpr(Kind, Expr);
23 switch (Kind) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp74 SectionKind Kind) const {
80 if (Kind.isBSS() || Kind.isDataNoRel() || Kind.isCommon()) {
89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
93 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
95 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Man
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp76 SectionKind Kind) const {
90 if (!Kind.isBSS() && !Kind.isDataRel())
95 if (Kind.isMergeable1ByteCString())
105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
111 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
113 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
117 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Man
[all...]
H A DMipsMCInstLower.cpp39 MCSymbolRefExpr::VariantKind Kind; local
44 case MipsII::MO_NO_FLAG: Kind = MCSymbolRefExpr::VK_None; break;
45 case MipsII::MO_GPREL: Kind = MCSymbolRefExpr::VK_Mips_GPREL; break;
46 case MipsII::MO_GOT_CALL: Kind = MCSymbolRefExpr::VK_Mips_GOT_CALL; break;
47 case MipsII::MO_GOT16: Kind = MCSymbolRefExpr::VK_Mips_GOT16; break;
48 case MipsII::MO_GOT: Kind = MCSymbolRefExpr::VK_Mips_GOT; break;
49 case MipsII::MO_ABS_HI: Kind = MCSymbolRefExpr::VK_Mips_ABS_HI; break;
50 case MipsII::MO_ABS_LO: Kind = MCSymbolRefExpr::VK_Mips_ABS_LO; break;
51 case MipsII::MO_TLSGD: Kind = MCSymbolRefExpr::VK_Mips_TLSGD; break;
52 case MipsII::MO_TLSLDM: Kind
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp18 NVPTXFloatMCExpr::Create(VariantKind Kind, APFloat Flt, MCContext &Ctx) { argument
19 return new (Ctx) NVPTXFloatMCExpr(Kind, Flt);
27 switch (Kind) {
H A DNVPTXTargetObjectFile.h110 virtual const MCSection *getSectionForConstant(SectionKind Kind) const {
115 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, argument
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp26 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, argument
30 TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang, TM);
/external/chromium/chrome/browser/ui/views/
H A Dsad_tab_view.h28 enum Kind { enum in class:SadTabView
33 explicit SadTabView(TabContents* tab_contents, Kind kind);
44 static void InitClass(Kind kind);
64 Kind kind_;
/external/clang/include/clang/Sema/
H A DSemaFixItUtils.h50 OverloadFixItKind Kind; member in struct:clang::ConversionFixItGenerator
63 Kind(OFIK_Undefined),
67 Kind(OFIK_Undefined),
/external/llvm/include/llvm/MC/
H A DMCELFStreamer.h32 MCELFStreamer(StreamerKind Kind, MCContext &Context, MCAsmBackend &TAB, argument
34 : MCObjectStreamer(Kind, Context, TAB, OS, Emitter) {}
117 SectionKind Kind);
H A DMCSection.h42 MCSection(SectionVariant V, SectionKind K) : Variant(V), Kind(K) {}
44 SectionKind Kind; member in class:llvm::MCSection
48 SectionKind getKind() const { return Kind; }
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp25 AArch64MCExpr::Create(VariantKind Kind, const MCExpr *Expr, argument
27 return new (Ctx) AArch64MCExpr(Kind, Expr);
31 switch (Kind) {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp19 PPCMCExpr::Create(VariantKind Kind, const MCExpr *Expr, argument
21 return new (Ctx) PPCMCExpr(Kind, Expr, isDarwin);
26 switch (Kind) {
39 switch (Kind) {
62 switch (Kind) {
94 switch (Kind) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp45 MCSymbolRefExpr::VariantKind Kind = getVariantKind(MO.getTargetFlags()); local
46 const MCExpr *Expr = MCSymbolRefExpr::Create(Symbol, Kind, Ctx);

Completed in 443 milliseconds

1234567891011>>