Searched defs:Value (Results 1 - 25 of 181) sorted by relevance

12345678

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DTwineTest.cpp18 std::string repr(const Twine &Value) { argument
H A DilistTest.cpp20 int Value; member in struct:__anon10743::Node
H A DSparseSetTest.cpp162 unsigned Value; member in struct:__anon10735::Alt
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A Draw_ostream_test.cpp19 template<typename T> std::string printToString(const T &Value) { argument
28 template<typename T> std::string printToString(const T &Value, argument
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dtypedvalue.h
H A Dendian.h124 typedef Type Value; typedef in class:Security::Endian
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dtypedvalue.h
H A Dendian.h124 typedef Type Value; typedef in class:Security::Endian
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DHashTools.h35 struct Value { struct in namespace:WebCore
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value/lib/Time/HiRes/
H A DValue.pm[all...]
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/MCParser/
H A DMCAsmParser.h84 void setShowParsedOperands(bool Value) { ShowParsedOperands = Value; } argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DSubtargetFeature.h37 uint64_t Value; // K-V integer value member in struct:llvm::SubtargetFeatureKV
53 const void *Value; // K-V pointer value member in struct:llvm::SubtargetInfoKV
H A DMCInstPrinter.h61 void setAvailableFeatures(unsigned Value) { AvailableFeatures = Value; } argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DLEB128.h23 static inline void encodeSLEB128(int64_t Value, raw_ostream &OS) { argument
38 static inline void encodeULEB128(uint64_t Value, raw_ostream &OS, argument
58 encodeULEB128(uint64_t Value, uint8_t *p, unsigned Padding = 0) argument
82 uint64_t Value = 0; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCSymbol.cpp45 const MCExpr *Value = S->getVariableValue(); local
54 void MCSymbol::setVariableValue(const MCExpr *Value) { argument
H A DMCAsmInfo.cpp97 unsigned MCAsmInfo::getULEB128Size(unsigned Value) { argument
106 unsigned MCAsmInfo::getSLEB128Size(int Value) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp45 static void AddValueSymbols_(const MCExpr *Value, MCAssembler *Asm) { argument
/macosx-10.9.5/vim-53/src/VisVim/
H A DReg.cpp42 DWORD Value; local
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Ddictionary.h59 const CssmData& Value () const {return mValue;} function in class:Security::NameValuePair
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Ddictionary.h59 const CssmData& Value () const {return mValue;} function in class:Security::NameValuePair
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Datrhandler.h55 UCHAR Value[MAX_ATR_SIZE]; member in struct:_SMARTCARD_EXTENSION::_ATR
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DInMemoryStruct.h43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {} argument
44 InMemoryStruct(pointer Value) : Target(Value) {} argument
45 InMemoryStruct(const InMemoryStruct<T> &Value) { *this = Value; } argument
47 void operator=(const InMemoryStruct<T> &Value) { argument
[all...]
H A DPointerIntPair.h42 intptr_t Value; member in class:llvm::PointerIntPair
[all...]
H A DStringSwitch.h55 StringSwitch& Case(const char (&S)[N], const T& Value) { argument
65 StringSwitch& EndsWith(const char (&S)[N], const T &Value) { argument
75 StringSwitch& StartsWith(const char (&S)[N], const T &Value) { argument
85 Cases(const char (&S0)[N0], const char (&S1)[N1], const T& Value) argument
91 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const T& Value) argument
97 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const T& Value) argument
104 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const T& Value) argument
[all...]

Completed in 554 milliseconds

12345678