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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dvalue.pxi26 cdef class Value: class in inherits:
/external/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp16 APSIntType::testInRange(const llvm::APSInt &Value, argument
21 Value.isSigned() && Value.isNegative())
26 if (Value.isSigned() && !IsUnsigned)
27 MinBits = Value.getMinSignedBits();
29 MinBits = Value.getActiveBits();
36 if (Value.isSigned())
37 MinBits = Value.getMinSignedBits() - IsUnsigned;
39 MinBits = Value.getActiveBits() + !IsUnsigned;
45 if (Value
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DProperty.h11 UString Value; member in struct:CProperty
/external/clang/test/CodeGen/
H A Dtypedef.c3 typedef struct { int i; } Value; typedef in typeref:struct:__anon16867
4 typedef Value *PValue;
/external/llvm/unittests/ADT/
H A DTwineTest.cpp18 std::string repr(const Twine &Value) { argument
21 Value.printRepr(OS);
H A DilistTest.cpp21 int Value; member in struct:__anon22756::Node
24 Node(int _Value) : Value(_Value) {}
25 ~Node() { Value = -1; }
31 EXPECT_EQ(1, List.back().Value);
36 EXPECT_EQ(2, List.back().Value);
37 EXPECT_EQ(2, List.front().getNextNode()->Value);
38 EXPECT_EQ(1, List.back().getPrevNode()->Value);
41 EXPECT_EQ(2, ConstList.back().Value);
42 EXPECT_EQ(2, ConstList.front().getNextNode()->Value);
43 EXPECT_EQ(1, ConstList.back().getPrevNode()->Value);
[all...]
/external/llvm/unittests/Support/
H A Draw_ostream_test.cpp19 template<typename T> std::string printToString(const T &Value) { argument
21 llvm::raw_string_ostream(res) << Value;
28 template<typename T> std::string printToString(const T &Value, argument
38 OS << Value;
42 template<typename T> std::string printToStringUnbuffered(const T &Value) {
46 OS << Value;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DHashTools.h30 struct Value { struct in namespace:WebCore
36 const Value* findValue(register const char* str, register unsigned int len);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-union-template.cpp6 template <typename T> union Value { int a; }; union in namespace:PR15637
8 Value<float> tempValue;
10 Value<float> f;
13 // CHECK: {{.*}}, metadata !"Value<float>", {{.*}}, null, metadata [[TTPARAM:.*]]} ; [ DW_TAG_union_type ] [Value<float>]
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp24 VariantValue Value = kUnsigned; local
26 EXPECT_TRUE(Value.isUnsigned());
27 EXPECT_EQ(kUnsigned, Value.getUnsigned());
29 EXPECT_FALSE(Value.isString());
30 EXPECT_FALSE(Value.isMatchers());
31 EXPECT_FALSE(Value.hasTypedMatcher<Decl>());
32 EXPECT_FALSE(Value.hasTypedMatcher<UnaryOperator>());
37 VariantValue Value = kString; local
39 EXPECT_TRUE(Value.isString());
40 EXPECT_EQ(kString, Value
48 VariantValue Value = stmt(); local
76 VariantValue Value = std::string("A"); local
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.cc21 SIntMax Value::getSIntValue() const {
42 UIntMax Value::getUIntValue() const {
58 UIntMax Value::getPositiveIntValue() const {
69 FloatMax Value::getFloatValue() const {
77 __fp16 Value;
78 internal_memcpy(&Value, &Val, 4);
79 return Value;
83 float Value; local
84 internal_memcpy(&Value, &Val, 4);
85 return Value;
88 double Value; local
[all...]
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DSettings.cs19 public static Settings Value property in class:LzmaAlone.Properties.Settings
/external/chromium_org/tools/gn/
H A Dvalue.cc9 Value::Value() function in class:Value
15 Value::Value(const ParseNode* origin, Type t) function in class:Value
21 Value::Value(const ParseNode* origin, bool bool_val) function in class:Value
28 Value::Value(const ParseNode* origin, int64 int_val) function in class:Value
35 Value::Value(cons function in class:Value
43 Value::Value(const ParseNode* origin, const char* str_val) function in class:Value
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Denum_type_wrapper.py58 def Value(self, name): member in class:EnumTypeWrapper
/external/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h48 void setPrefix(std::string Value) { Prefix = Value; } argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.h39 std::string* Value() const { function in class:content::IndexedDBCursor
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcrc32c.h20 inline uint32_t Value(const char* data, size_t n) { function in namespace:leveldb::crc32c
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DStatsReport.java33 /** Java version of webrtc::StatsReport::Value. */
34 public static class Value { class in class:StatsReport
38 public Value(String name, String value) { method in class:StatsReport.Value
54 public final Value[] values;
56 public StatsReport(String id, String type, double timestamp, Value[] values) {
/external/chromium_org/v8/src/
H A Dtoken.h190 enum Value { enum in class:v8::internal::Token
198 static const char* Name(Value tok) {
204 static bool IsKeyword(Value tok) {
208 static bool IsAssignmentOp(Value tok) {
212 static bool IsBinaryOp(Value op) {
216 static bool IsTruncatingBinaryOp(Value op) {
220 static bool IsCompareOp(Value op) {
224 static bool IsOrderedRelationalCompareOp(Value op) {
228 static bool IsEqualityOp(Value op) {
232 static bool IsInequalityOp(Value o
[all...]
/external/clang/include/clang/Basic/
H A DMacroBuilder.h29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n'; local
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp4 struct Value { struct
5 constexpr Value(int n) : n(n) {} function in struct:Value
16 void test(Value v) {
20 case Value(2):
27 case Value(2):
36 case Value(2):
/external/llvm/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
/external/llvm/include/llvm/Support/
H A DLEB128.h23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS) { argument
26 uint8_t Byte = Value & 0x7f;
28 Value >>= 7;
29 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
30 ((Value == -1) && ((Byte & 0x40) != 0))));
38 inline void encodeULEB128(uint64_t Value, raw_ostream &OS, argument
41 uint8_t Byte = Value & 0x7f;
42 Value >>= 7;
43 if (Value != 0 || Padding != 0)
46 } while (Value !
58 encodeULEB128(uint64_t Value, uint8_t *p, unsigned Padding = 0) argument
82 uint64_t Value = 0; local
[all...]
/external/llvm/lib/MC/
H A DMCInstPrinter.cpp56 static bool needsLeadingZero(uint64_t Value) argument
58 while(Value)
60 uint64_t digit = (Value >> 60) & 0xf;
63 Value <<= 4;
68 format_object1<int64_t> MCInstPrinter::formatDec(const int64_t Value) const {
69 return format("%" PRId64, Value);
72 format_object1<int64_t> MCInstPrinter::formatHex(const int64_t Value) const {
75 if (Value < 0)
76 return format("-0x%" PRIx64, -Value);
78 return format("0x%" PRIx64, Value);
[all...]
H A DMCSymbol.cpp45 const MCExpr *Value = S->getVariableValue(); local
46 if (Value->getKind() != MCExpr::SymbolRef)
48 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Value);
54 void MCSymbol::setVariableValue(const MCExpr *Value) { argument
56 assert(Value && "Invalid variable value!");
57 this->Value = Value;
60 const MCSection *Section = Value->FindAssociatedSection();

Completed in 1411 milliseconds

1234567891011>>