Home
last modified time | relevance | path

Searched refs:Flags (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/external/llvm/include/llvm/Target/
DTargetCallingConv.h50 uint64_t Flags; member
52 ArgFlagsTy() : Flags(0) { } in ArgFlagsTy()
54 bool isZExt() const { return Flags & ZExt; } in isZExt()
55 void setZExt() { Flags |= One << ZExtOffs; } in setZExt()
57 bool isSExt() const { return Flags & SExt; } in isSExt()
58 void setSExt() { Flags |= One << SExtOffs; } in setSExt()
60 bool isInReg() const { return Flags & InReg; } in isInReg()
61 void setInReg() { Flags |= One << InRegOffs; } in setInReg()
63 bool isSRet() const { return Flags & SRet; } in isSRet()
64 void setSRet() { Flags |= One << SRetOffs; } in setSRet()
[all …]
/external/llvm/include/llvm/MC/
DMCInstrDesc.h64 uint8_t Flags; variable
76 bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);} in isLookupPtrRegClass()
80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate()
84 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); } in isOptionalDef()
140 unsigned Flags; // Flags identifying machine instr class variable
182 unsigned getFlags() const { return Flags; } in getFlags()
189 return Flags & (1 << MCID::Variadic); in isVariadic()
195 return Flags & (1 << MCID::HasOptionalDef); in hasOptionalDef()
202 return Flags & (1 << MCID::Pseudo); in isPseudo()
206 return Flags & (1 << MCID::Return); in isReturn()
[all …]
/external/tcpdump/tests/
Dlmp.new2 LMPv1, msg-type: Begin Verify, Flags: [Control Channel Down], length: 56
3 Link ID Object (3), Class-Type: IPv4 Local (1) Flags: [non-negotiable], length: 8
5 Message ID Object (5), Class-Type: 1 (1) Flags: [non-negotiable], length: 8
7 Link ID Object (3), Class-Type: IPv4 Remote (2) Flags: [non-negotiable], length: 8
9 Verify Begin Object (8), Class-Type: 1 (1) Flags: [negotiable], length: 24
10 Flags: none
18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28
19 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8
21 Hello Object (7), Class-Type: 1 (1) Flags: [non-negotiable], length: 12
25 LMPv1, msg-type: Config NACK, Flags: [Control Channel Down], length: 56
[all …]
Dlmp.out2 LMPv1, msg-type: Begin Verify, Flags: [Control Channel Down], length: 56
3 Link ID Object (3), Class-Type: IPv4 Local (1) Flags: [non-negotiable], length: 8
5 Message ID Object (5), Class-Type: 1 (1) Flags: [non-negotiable], length: 8
7 Link ID Object (3), Class-Type: IPv4 Remote (2) Flags: [non-negotiable], length: 8
9 Verify Begin Object (8), Class-Type: 1 (1) Flags: [negotiable], length: 24
10 Flags: none
18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28
19 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8
21 Hello Object (7), Class-Type: 1 (1) Flags: [non-negotiable], length: 12
25 LMPv1, msg-type: Config NACK, Flags: [Control Channel Down], length: 56
[all …]
Dbgp_vpn_attrset.out3 Origin (1), length: 1, Flags [T]: IGP
4 AS Path (2), length: 0, Flags [T]: empty
5 Local Preference (5), length: 4, Flags [T]: 100
6 Extended Community (16), length: 8, Flags [OT]:
7 target (0x0002), Flags [none]: 300:0.0.1.44
8 Attribute Set (128), length: 36, Flags [OT]:
10 Origin (1), length: 1, Flags [T]: IGP
11 AS Path (2), length: 4, Flags [T]: 5555
12 Local Preference (5), length: 4, Flags [T]: 44
13 Originator ID (9), length: 4, Flags [O]: 22.5.5.5
[all …]
Dmpls-ldp-hello.new3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown]
4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown]
5 Hold Time: 15s, Flags: [Link Hello]
6 IPv4 Transport Address TLV (0x0401), length: 4, Flags: [ignore and don't forward if unknown]
8 …Configuration Sequence Number TLV (0x0402), length: 4, Flags: [ignore and don't forward if unknown]
/external/expat/win32/
Dexpat.iss33 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
34 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
35 Flags: ignoreversion; Source: Changes; DestDir: "{app}"; DestName: Changes.txt
36 Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt
37 Flags: ignoreversion; Source: README; DestDir: "{app}"; DestName: README.txt
38 Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
39 Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
40 Flags: ignoreversion; Source: doc\*.png; DestDir: "{app}\Doc"
41 Flags: ignoreversion; Source: win32\bin\Release\*.dll; DestDir: "{app}\Bin"
42 Flags: ignoreversion; Source: win32\bin\Release\*.lib; DestDir: "{app}\Bin"
[all …]
/external/llvm/lib/MC/
DMCSectionELF.cpp66 !(Flags & ELF::SHF_MERGE)) { in PrintSwitchToSection()
67 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
69 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
71 if (Flags & ELF::SHF_WRITE) in PrintSwitchToSection()
73 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
80 if (Flags & ELF::SHF_ALLOC) in PrintSwitchToSection()
82 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
84 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection()
86 if (Flags & ELF::SHF_WRITE) in PrintSwitchToSection()
88 if (Flags & ELF::SHF_MERGE) in PrintSwitchToSection()
[all …]
/external/clang/include/clang/Frontend/
DLangStandard.h47 unsigned Flags; member
57 bool hasBCPLComments() const { return Flags & frontend::BCPLComment; } in hasBCPLComments()
60 bool isC89() const { return Flags & frontend::C89; } in isC89()
63 bool isC99() const { return Flags & frontend::C99; } in isC99()
66 bool isC11() const { return Flags & frontend::C11; } in isC11()
69 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; } in isCPlusPlus()
72 bool isCPlusPlus0x() const { return Flags & frontend::CPlusPlus0x; } in isCPlusPlus0x()
75 bool hasDigraphs() const { return Flags & frontend::Digraphs; } in hasDigraphs()
78 bool isGNUMode() const { return Flags & frontend::GNUMode; } in isGNUMode()
81 bool hasHexFloats() const { return Flags & frontend::HexFloat; } in hasHexFloats()
[all …]
/external/clang/www/timing-data/2008-10-31/
Dsketch-02.txt13 Mode: Eonly Compiler: clang PCH: 0 Flags:
19 Mode: Eonly Compiler: gcc PCH: 0 Flags:
25 Mode: Eonly Compiler: llvm-gcc PCH: 0 Flags:
32 Mode: parse-noop Compiler: clang PCH: 0 Flags:
39 Mode: disable-free Compiler: clang PCH: 0 Flags:
46 Mode: syntax Compiler: clang PCH: 0 Flags:
52 Mode: syntax Compiler: gcc PCH: 0 Flags:
58 Mode: syntax Compiler: llvm-gcc PCH: 0 Flags:
64 Mode: syntax Compiler: gcc PCH: 1 Flags:
70 Mode: syntax Compiler: llvm-gcc PCH: 1 Flags:
[all …]
Dsketch-01.txt13 Mode: Eonly Compiler: clang PCH: 0 Flags:
19 Mode: Eonly Compiler: gcc PCH: 0 Flags:
25 Mode: Eonly Compiler: llvm-gcc PCH: 0 Flags:
32 Mode: parse-noop Compiler: clang PCH: 0 Flags:
39 Mode: disable-free Compiler: clang PCH: 0 Flags:
46 Mode: syntax Compiler: clang PCH: 0 Flags:
52 Mode: syntax Compiler: gcc PCH: 0 Flags:
58 Mode: syntax Compiler: llvm-gcc PCH: 0 Flags:
64 Mode: syntax Compiler: gcc PCH: 1 Flags:
70 Mode: syntax Compiler: llvm-gcc PCH: 1 Flags:
[all …]
D176.gcc-02.txt13 Mode: Eonly Compiler: clang PCH: 0 Flags:
19 Mode: Eonly Compiler: gcc PCH: 0 Flags:
25 Mode: Eonly Compiler: llvm-gcc PCH: 0 Flags:
32 Mode: parse-noop Compiler: clang PCH: 0 Flags:
39 Mode: disable-free Compiler: clang PCH: 0 Flags:
46 Mode: syntax Compiler: clang PCH: 0 Flags:
52 Mode: syntax Compiler: gcc PCH: 0 Flags:
58 Mode: syntax Compiler: llvm-gcc PCH: 0 Flags:
65 Mode: llvm Compiler: clang PCH: 0 Flags: -O0
71 Mode: llvm Compiler: llvm-gcc PCH: 0 Flags: -O0
[all …]
D176.gcc-01.txt13 Mode: Eonly Compiler: clang PCH: 0 Flags:
19 Mode: Eonly Compiler: gcc PCH: 0 Flags:
25 Mode: Eonly Compiler: llvm-gcc PCH: 0 Flags:
32 Mode: parse-noop Compiler: clang PCH: 0 Flags:
39 Mode: disable-free Compiler: clang PCH: 0 Flags:
46 Mode: syntax Compiler: clang PCH: 0 Flags:
52 Mode: syntax Compiler: gcc PCH: 0 Flags:
58 Mode: syntax Compiler: llvm-gcc PCH: 0 Flags:
65 Mode: llvm Compiler: clang PCH: 0 Flags: -O0
71 Mode: llvm Compiler: llvm-gcc PCH: 0 Flags: -O0
[all …]
/external/clang/include/clang/Basic/
DTargetBuiltins.h68 uint32_t Flags; variable
82 NeonTypeFlags(unsigned F) : Flags(F) {} in NeonTypeFlags()
83 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags()
85 Flags |= UnsignedFlag; in NeonTypeFlags()
87 Flags |= QuadFlag; in NeonTypeFlags()
90 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); } in getEltType()
95 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned()
96 bool isQuad() const { return (Flags & QuadFlag) != 0; } in isQuad()
/external/llvm/utils/unittest/googletest/
DMakefile21 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
22 CPP.Flags += $(NO_MISSING_FIELD_INITIALIZERS) $(NO_VARIADIC_MACROS)
23 CPP.Flags += -DGTEST_HAS_RTTI=0
26 CPP.Flags += -DGTEST_USE_OWN_TR1_TUPLE
30 CPP.Flags += -DGTEST_HAS_PTHREAD=0
34 CPP.Flags += -DGTEST_OS_WINDOWS=1
/external/clang/include/clang/Lex/
DToken.h69 unsigned char Flags; variable
160 Flags = 0; in startToken()
213 Flags |= Flag; in setFlag()
218 Flags &= ~Flag; in clearFlag()
225 return Flags; in getFlags()
238 bool isAtStartOfLine() const { return (Flags & StartOfLine) ? true : false; } in isAtStartOfLine()
242 bool hasLeadingSpace() const { return (Flags & LeadingSpace) ? true : false; } in hasLeadingSpace()
247 return (Flags & DisableExpand) ? true : false; in isExpandDisabled()
259 bool needsCleaning() const { return (Flags & NeedsCleaning) ? true : false; } in needsCleaning()
264 return (Flags & LeadingEmptyMacro) ? true : false; in hasLeadingEmptyMacro()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h85 unsigned Flags; variable
124 unsigned int getFlags() const { return Flags & ((1 << MOMaxBits) - 1); } in getFlags()
140 uint64_t getBaseAlignment() const { return (1u << (Flags >> MOMaxBits)) >> 1; } in getBaseAlignment()
148 bool isLoad() const { return Flags & MOLoad; } in isLoad()
149 bool isStore() const { return Flags & MOStore; } in isStore()
150 bool isVolatile() const { return Flags & MOVolatile; } in isVolatile()
151 bool isNonTemporal() const { return Flags & MONonTemporal; } in isNonTemporal()
152 bool isInvariant() const { return Flags & MOInvariant; } in isInvariant()
/external/webkit/Source/WebKit2/Shared/
DShareableBitmap.h51 typedef unsigned Flags; typedef
68 Flags m_flags;
72 static PassRefPtr<ShareableBitmap> create(const WebCore::IntSize&, Flags);
75 static PassRefPtr<ShareableBitmap> createShareable(const WebCore::IntSize&, Flags);
78 …static PassRefPtr<ShareableBitmap> create(const WebCore::IntSize&, Flags, PassRefPtr<SharedMemory>…
111 ShareableBitmap(const WebCore::IntSize&, Flags, void*);
112 ShareableBitmap(const WebCore::IntSize&, Flags, PassRefPtr<SharedMemory>);
125 Flags m_flags;
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp26 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags, in MapValue() argument
56 if (!MD->isFunctionLocal() && (Flags & RF_NoModuleLevelChanges)) in MapValue()
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue; in MapValue()
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0); in MapValue()
97 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper)); in MapValue()
99 Flags, TypeMapper)); in MapValue()
109 Mapped = MapValue(Op, VM, Flags, TypeMapper); in MapValue()
137 Flags, TypeMapper)); in MapValue()
161 RemapFlags Flags, ValueMapTypeRemapper *TypeMapper){ in RemapInstruction() argument
164 Value *V = MapValue(*op, VMap, Flags, TypeMapper); in RemapInstruction()
[all …]
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp58 std::string GetFlagStr(uint32_t Flags) { in GetFlagStr() argument
60 if (Flags & SymbolRef::SF_Undefined) in GetFlagStr()
62 if (Flags & SymbolRef::SF_Global) in GetFlagStr()
64 if (Flags & SymbolRef::SF_Weak) in GetFlagStr()
66 if (Flags & SymbolRef::SF_Absolute) in GetFlagStr()
68 if (Flags & SymbolRef::SF_ThreadLocal) in GetFlagStr()
70 if (Flags & SymbolRef::SF_Common) in GetFlagStr()
72 if (Flags & SymbolRef::SF_FormatSpecific) in GetFlagStr()
85 uint32_t Flags; in DumpSymbol() local
94 Sym.getFlags(Flags); in DumpSymbol()
[all …]
/external/llvm/unittests/
DMakefile.unittest25 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
26 CPP.Flags += $(NO_MISSING_FIELD_INITIALIZERS) $(NO_VARIADIC_MACROS)
27 CPP.Flags += -DGTEST_HAS_RTTI=0
30 CPP.Flags += -DGTEST_USE_OWN_TR1_TUPLE
34 CPP.Flags += -DGTEST_HAS_PTHREAD=0
43 LD.Flags += $(RPATH) -Wl,$(SharedLibDir)
/external/llvm/utils/unittest/UnitTestMain/
DMakefile18 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
19 CPP.Flags += $(NO_MISSING_FIELD_INITIALIZERS) $(NO_VARIADIC_MACROS)
20 CPP.Flags += -DGTEST_HAS_RTTI=0
23 CPP.Flags += -DGTEST_USE_OWN_TR1_TUPLE
27 CPP.Flags += -DGTEST_HAS_PTHREAD=0
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h57 RemapFlags Flags = RF_None,
61 RemapFlags Flags = RF_None,
67 RemapFlags Flags = RF_None,
69 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper));
72 RemapFlags Flags = RF_None,
74 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper));
/external/llvm/
DMakefile.rules288 CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)
289 C.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)
290 LD.Flags += $(OPTIMIZE_OPTION)
293 CXX.Flags += -g
294 C.Flags += -g
295 LD.Flags += -g
301 CXX.Flags +=
302 C.Flags +=
303 LD.Flags +=
307 CXX.Flags += -g
[all …]
/external/skia/bench/
DPathBench.cpp17 enum Flags { enum
22 #define FLAGS00 Flags(0)
23 #define FLAGS01 Flags(kStroke_Flag)
24 #define FLAGS10 Flags(kBig_Flag)
25 #define FLAGS11 Flags(kStroke_Flag | kBig_Flag)
30 Flags fFlags;
33 PathBench(void* param, Flags flags) : INHERITED(param), fFlags(flags) { in PathBench()
82 TrianglePathBench(void* param, Flags flags) : INHERITED(param, flags) {} in TrianglePathBench()
102 RectPathBench(void* param, Flags flags) : INHERITED(param, flags) {} in RectPathBench()
117 OvalPathBench(void* param, Flags flags) : INHERITED(param, flags) {} in OvalPathBench()
[all …]

12345678910>>...17