Searched defs:ToInt (Results 1 – 7 of 7) sorted by relevance
| /external/clang/lib/AST/ |
| D | ASTDiagnostic.cpp | 544 llvm::APSInt FromInt, ToInt; member 611 void SetNode(llvm::APSInt FromInt, llvm::APSInt ToInt, in SetNode() 714 void GetNode(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetNode() 1048 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local 1465 llvm::APSInt FromInt, ToInt; in TreeToString() local 1679 void PrintAPSInt(llvm::APSInt FromInt, llvm::APSInt ToInt, in PrintAPSInt()
|
| /external/v8/src/compiler/ |
| D | schedule.h | 47 int ToInt() const { return static_cast<int>(index_); } in ToInt() function
|
| D | instruction.h | 960 int ToInt() const { in ToInt() function 1421 int ToInt() const { return id_; } in ToInt() function
|
| /external/pdfium/fpdfsdk/src/javascript/ |
| D | JS_Value.cpp | 104 int CJS_Value::ToInt() const { in ToInt() function in CJS_Value
|
| /external/tinyxml2/ |
| D | tinyxml2.cpp | 401 bool XMLUtil::ToInt( const char* str, int* value ) in ToInt() function in XMLUtil
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 1555 ISD::NodeType ToInt = sign ? ISD::FP_TO_SINT : ISD::FP_TO_UINT; in LowerDIVREM24() local
|
| /external/clang/test/SemaCXX/ |
| D | type-traits.cpp | 1755 struct ToInt { operator int(); }; struct
|