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

1234567891011>>

/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/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h32 uintptr_t Value; member in class:llvm::PointerEmbeddedInt
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
67 Value = static_cast<uintptr_t>(I) << Shift;
75 return static_cast<IntT>(static_cast<intptr_t>(Value) >> Shift);
76 return static_cast<IntT>(Value >> Shift);
88 return reinterpret_cast<void *>(P.Value);
/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:__anon2307
4 typedef Value *PValue;
/external/llvm/unittests/ADT/
H A DTwineTest.cpp18 std::string repr(const Twine &Value) { argument
21 Value.printRepr(OS);
/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/swiftshader/third_party/LLVM/unittests/ADT/
H A DTwineTest.cpp18 std::string repr(const Twine &Value) { argument
21 Value.printRepr(OS);
H A DilistTest.cpp20 int Value; member in struct:__anon20368::Node
23 Node(int _Value) : Value(_Value) {}
29 EXPECT_EQ(1, List.back().Value);
34 EXPECT_EQ(2, List.back().Value);
35 EXPECT_EQ(2, List.front().getNextNode()->Value);
36 EXPECT_EQ(1, List.back().getPrevNode()->Value);
39 EXPECT_EQ(2, ConstList.back().Value);
40 EXPECT_EQ(2, ConstList.front().getNextNode()->Value);
41 EXPECT_EQ(1, ConstList.back().getPrevNode()->Value);
/external/swiftshader/third_party/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/swiftshader/third_party/subzero/crosstest/
H A Dinsertelement.h23 setElement(VectorType &Value, size_t Index, ElementType Element) { argument
24 Value[Index] = Element;
/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: !DICompositeType(tag: DW_TAG_union_type, name: "Value<float>",
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.cc23 SIntMax Value::getSIntValue() const {
44 UIntMax Value::getUIntValue() const {
60 UIntMax Value::getPositiveIntValue() const {
71 FloatMax Value::getFloatValue() const {
79 __fp16 Value;
80 internal_memcpy(&Value, &Val, 4);
81 return Value;
85 float Value; local
90 internal_memcpy(&Value, ((const char*)(&Val + 1)) - 4, 4);
92 internal_memcpy(&Value,
97 double Value; local
[all...]
/external/flatbuffers/net/FlatBuffers/
H A DOffset.cs24 public int Value; field in struct:FlatBuffers.T
27 Value = value;
33 public int Value; field in struct:FlatBuffers.StringOffset
36 Value = value;
42 public int Value; field in struct:FlatBuffers.VectorOffset
45 Value = value;
/external/libunwind/doc/
H A Dunw_backtrace.tex35 \section{Return Value}
/external/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompilandEnv.cpp26 Variant Value = RawSymbol->getValue(); local
27 if (Value.Type != PDB_VariantType::String)
29 return std::string(Value.Value.String);
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DSettings.cs19 public static Settings Value property in class:LzmaAlone.Properties.Settings
/external/pdfium/xfa/fde/css/
H A Dcfde_csscolorvalue.h17 FX_ARGB Value() const { return value_; } function in class:CFDE_CSSColorValue
H A Dcfde_cssenumvalue.h17 FDE_CSSPropertyValue Value() const { return value_; } function in class:CFDE_CSSEnumValue
H A Dcfde_cssstringvalue.h17 const CFX_WideString Value() const { return value_; } function in class:CFDE_CSSStringValue
/external/r8/src/test/examples/multidex003/
H A DTestAnnotation3.java12 public enum Value { enum in interface:TestAnnotation3
18 Value value();
/external/testng/src/main/java/org/testng/mustache/
H A DValue.java3 public class Value { class
6 public Value(Object object) { method in class:Value
/external/v8/tools/clang/value_cleanup/tests/
H A Dvalues.h15 class Value {}; class in namespace:base
18 class FundamentalValue : public Value {
25 class StringValue : public Value {
34 // Stub base::ListValue class that supports Append(Value*).
35 class ListValue : public Value {
39 // Appends a Value to the end of the list.
40 void Append(std::unique_ptr<Value> in_value);
43 void Append(Value* in_value);
/external/webrtc/webrtc/system_wrappers/include/
H A Datomic32.h44 int32_t Value() { function in class:webrtc::Atomic32
/external/skia/tests/
H A DLRUCacheTest.cpp11 struct Value { struct
12 Value(int value, int* counter) function in struct:Value
18 ~Value() {
30 SkLRUCache<int, std::unique_ptr<Value>> test(kSize);
33 test.insert(i, std::unique_ptr<Value>(new Value(i * i, &instances)));
54 SkLRUCache<int, std::unique_ptr<Value>> test(kSize);
58 test.insert(k, std::unique_ptr<Value>(new Value(k, &instances)));
/external/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h48 void setPrefix(std::string Value) { Prefix = std::move(Value); } argument

Completed in 871 milliseconds

1234567891011>>