Searched defs:SVal (Results 1 - 4 of 4) sorted by path

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas901 function SVal: String;
1688 function SVal: String;
3968 function TTreePatternLexer.SVal: String;
4280 Lbl := FTokenizer.SVal;
4301 TokenName := FTokenizer.SVal;
4311 Arg := FTokenizer.SVal;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h10 // This file defines SVal, Loc, and NonLoc, classes that represent
24 // Base SVal types.
41 /// SVal - This represents a symbolic expression, which can be either
44 class SVal { class in namespace:clang::ento
63 explicit SVal(const void *d, bool isLoc, unsigned ValKind) function in class:clang::ento::SVal
66 explicit SVal(BaseKind k, const void *D = nullptr) function in class:clang::ento::SVal
70 explicit SVal() : Data(nullptr), Kind(0) {} function in class:clang::ento::SVal
72 /// \brief Convert to the specified SVal type, asserting that this SVal is of
78 SVal
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp1557 APValue SVal; local
1558 if (!Evaluate(SVal, Info, E))
1560 if (SVal.isInt()) {
1561 Res = SVal.getInt();
1564 if (SVal.isFloat()) {
1565 Res = SVal.getFloat().bitcastToAPInt();
1568 if (SVal.isVector()) {
1575 for (unsigned i = 0; i < SVal.getVectorLength(); i++) {
1576 APValue &Elt = SVal.getVectorElt(i);
/external/valgrind/main/helgrind/
H A Dlibhb_core.c105 SVal. */
114 // data decls: SVal //
119 typedef ULong SVal; typedef
364 static inline Bool SVal__isC ( SVal s );
365 static inline VtsID SVal__unC_Rmin ( SVal s );
366 static inline VtsID SVal__unC_Wmin ( SVal s );
367 static inline SVal SVal__mkC ( VtsID rmini, VtsID wmini );
401 static void zsm_init ( void(*rcinc)(SVal), void(*rcdec)(SVal) );
403 static void zsm_sset_range ( Addr, SizeT, SVal );
[all...]

Completed in 482 milliseconds