Searched defs:ToInt (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 619 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() 656 Expr *FromExpr, const llvm::APSInt &ToInt, bool IsValidToInt, in SetFromDeclarationAndToIntegerDiff() 775 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() 807 Expr *&FromExpr, llvm::APSInt &ToInt, bool &IsValidToInt, in GetFromDeclarationAndToIntegerDiff() 1207 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local 1452 llvm::APSInt FromInt, ToInt; in TreeToString() local 1481 llvm::APSInt ToInt; in TreeToString() local 1707 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt()
|
/external/pdfium/fpdfsdk/javascript/ |
D | JS_Value.cpp | 82 int CJS_Value::ToInt(CJS_Runtime* pRuntime) 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/v8/src/compiler/ |
D | instruction.h | 994 int ToInt() const { in ToInt() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1255 ISD::NodeType ToInt = Sign ? ISD::FP_TO_SINT : ISD::FP_TO_UINT; in LowerDIVREM24() local
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 1758 struct ToInt { operator int(); }; struct
|