/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
aggregate-indirect-arg.cpp | 8 // CHECK: $1 = (SVal &) 12 class SVal { 14 ~SVal() {} 19 void bar(SVal &v) {} 22 void foo(SVal v) { bar(v); } 26 SVal v;
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
MSTo2i_Sat_16x16.c | 33 LVM_INT32 temp,mVal,sVal; 42 sVal=(LVM_INT32)*srcS; 45 temp = mVal + sVal; 61 temp = mVal - sVal; 86 LVM_FLOAT temp,mVal,sVal; 95 sVal = (LVM_FLOAT)*srcS; 98 temp = mVal + sVal; 114 temp = mVal - sVal;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 44 /// SVal - This represents a symbolic expression, which can be either 47 class SVal { 64 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 67 explicit SVal(BaseKind k, const void *D = nullptr) 71 explicit SVal() : Data(nullptr), Kind(0) {} 73 /// \brief Convert to the specified SVal type, asserting that this SVal is of 79 SVal& sv = t [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 44 /// SVal - This represents a symbolic expression, which can be either 47 class SVal { 64 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 67 explicit SVal(BaseKind k, const void *D = nullptr) 71 explicit SVal() : Data(nullptr), Kind(0) {} 73 /// \brief Convert to the specified SVal type, asserting that this SVal is of 79 SVal& sv = t [all...] |
/external/llvm/test/CodeGen/ARM/ |
2010-08-04-StackVariable.ll | 7 %struct.SVal = type { i8*, i32 } 9 define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal* noalias %location) nounwind ssp !dbg !17 { 13 call void @llvm.dbg.value(metadata %struct.SVal* %location, i64 0, metadata !25, metadata !DIExpression()), !dbg !24 18 %1 = getelementptr inbounds %struct.SVal, %struct.SVal* %location, i32 0, i32 1, !dbg !29 ; <i32*> [#uses=1] 24 %4 = getelementptr inbounds %struct.SVal, %struct.SVal* %location, i32 0, i32 1, !dbg !30 ; <i32*> [#uses=1] 37 define linkonce_odr void @_ZN4SValC1Ev(%struct.SVal* %this) nounwind ssp align 2 !dbg !16 { 40 call void @llvm.dbg.value(metadata %struct.SVal* %this, i64 0, metadata !31, metadata !DIExpression()), !dbg !34 41 %0 = getelementptr inbounds %struct.SVal, %struct.SVal* %this, i32 0, i32 0, !dbg !34 ; <i8**> [#uses=1 [all...] |
/external/llvm/test/CodeGen/X86/ |
2010-08-04-StackVariable.ll | 4 %struct.SVal = type { i8*, i32 } 6 define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal* noalias %location) nounwind ssp !dbg !17 { 10 call void @llvm.dbg.value(metadata %struct.SVal* %location, i64 0, metadata !25, metadata !DIExpression()), !dbg !24 15 %1 = getelementptr inbounds %struct.SVal, %struct.SVal* %location, i32 0, i32 1, !dbg !29 ; <i32*> [#uses=1] 21 %4 = getelementptr inbounds %struct.SVal, %struct.SVal* %location, i32 0, i32 1, !dbg !30 ; <i32*> [#uses=1] 34 define linkonce_odr void @_ZN4SValC1Ev(%struct.SVal* %this) nounwind ssp align 2 !dbg !16 { 37 call void @llvm.dbg.value(metadata %struct.SVal* %this, i64 0, metadata !31, metadata !DIExpression()), !dbg !34 38 %0 = getelementptr inbounds %struct.SVal, %struct.SVal* %this, i32 0, i32 0, !dbg !34 ; <i8**> [#uses=1 [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
SValBuilder.h | 11 // "symbolical evaluators" which construct an SVal from an expression. 54 virtual SVal evalCastFromNonLoc(NonLoc val, QualType castTy) = 0; 55 virtual SVal evalCastFromLoc(Loc val, QualType castTy) = 0; 60 virtual SVal dispatchCast(SVal val, QualType castTy) = 0; 86 SVal evalCast(SVal val, QualType castTy, QualType originalType); 89 SVal evalIntegralCast(ProgramStateRef state, SVal val, QualType castTy, 92 virtual SVal evalMinus(NonLoc val) = 0 [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
SValBuilder.h | 11 // "symbolical evaluators" which construct an SVal from an expression. 54 virtual SVal evalCastFromNonLoc(NonLoc val, QualType castTy) = 0; 55 virtual SVal evalCastFromLoc(Loc val, QualType castTy) = 0; 60 virtual SVal dispatchCast(SVal val, QualType castTy) = 0; 86 SVal evalCast(SVal val, QualType castTy, QualType originalType); 89 SVal evalIntegralCast(ProgramStateRef state, SVal val, QualType castTy, 92 virtual SVal evalMinus(NonLoc val) = 0 [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
SValBuilder.h | 11 // "symbolical evaluators" which construct an SVal from an expression. 54 virtual SVal evalCastFromNonLoc(NonLoc val, QualType castTy) = 0; 55 virtual SVal evalCastFromLoc(Loc val, QualType castTy) = 0; 60 virtual SVal dispatchCast(SVal val, QualType castTy) = 0; 86 SVal evalCast(SVal val, QualType castTy, QualType originalType); 89 SVal evalIntegralCast(ProgramStateRef state, SVal val, QualType castTy, 92 virtual SVal evalMinus(NonLoc val) = 0 [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 60 /// SVal - This represents a symbolic expression, which can be either 63 class SVal { 80 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 83 explicit SVal(BaseKind k, const void *D = nullptr) 87 explicit SVal() : Data(nullptr), Kind(0) {} 89 /// \brief Convert to the specified SVal type, asserting that this SVal is of 97 /// \brief Convert to the specified SVal type, returning None if this SVal i [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 10 // This file defines SVal, Loc, and NonLoc, classes that represent 26 // Base SVal types. 43 /// SVal - This represents a symbolic expression, which can be either 46 class SVal { 63 explicit SVal(const void *d, bool isLoc, unsigned ValKind) 66 explicit SVal(BaseKind k, const void *D = nullptr) 70 explicit SVal() : Data(nullptr), Kind(0) {} 72 /// \brief Convert to the specified SVal type, asserting that this SVal is of 78 SVal& sv = t [all...] |
/frameworks/rs/driver/runtime/ |
rs_f16_util.h | 22 short sval; member in union:__anon46690 29 fp16_u.sval = (s); \ 38 (s) = fp16_u.sval; \
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2010-08-04-StackVariable.ll | 4 %struct.SVal = type { i8*, i32 } 6 define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal* noalias %location) nounwind ssp { 10 call void @llvm.dbg.value(metadata !{%struct.SVal* %location}, i64 0, metadata !25), !dbg !24 15 %1 = getelementptr inbounds %struct.SVal* %location, i32 0, i32 1, !dbg !29 ; <i32*> [#uses=1] 21 %4 = getelementptr inbounds %struct.SVal* %location, i32 0, i32 1, !dbg !30 ; <i32*> [#uses=1] 34 define linkonce_odr void @_ZN4SValC1Ev(%struct.SVal* %this) nounwind ssp align 2 { 37 call void @llvm.dbg.value(metadata !{%struct.SVal* %this}, i64 0, metadata !31), !dbg !34 38 %0 = getelementptr inbounds %struct.SVal* %this, i32 0, i32 0, !dbg !34 ; <i8**> [#uses=1] 40 %1 = getelementptr inbounds %struct.SVal* %this, i32 0, i32 1, !dbg !34 ; <i32*> [#uses=1] 52 %0 = alloca %struct.SVal ; <%struct.SVal*> [#uses=3 [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2010-08-04-StackVariable.ll | 4 %struct.SVal = type { i8*, i32 } 6 define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal* noalias %location) nounwind ssp { 10 call void @llvm.dbg.value(metadata !{%struct.SVal* %location}, i64 0, metadata !25), !dbg !24 15 %1 = getelementptr inbounds %struct.SVal* %location, i32 0, i32 1, !dbg !29 ; <i32*> [#uses=1] 21 %4 = getelementptr inbounds %struct.SVal* %location, i32 0, i32 1, !dbg !30 ; <i32*> [#uses=1] 34 define linkonce_odr void @_ZN4SValC1Ev(%struct.SVal* %this) nounwind ssp align 2 { 37 call void @llvm.dbg.value(metadata !{%struct.SVal* %this}, i64 0, metadata !31), !dbg !34 38 %0 = getelementptr inbounds %struct.SVal* %this, i32 0, i32 0, !dbg !34 ; <i8**> [#uses=1] 40 %1 = getelementptr inbounds %struct.SVal* %this, i32 0, i32 1, !dbg !34 ; <i32*> [#uses=1] 52 %0 = alloca %struct.SVal ; <%struct.SVal*> [#uses=3 [all...] |