OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToInt
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/compiler/
schedule.h
47
int
ToInt
() const { return static_cast<int>(index_); }
/external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp
104
int CJS_Value::
ToInt
() const {
299
iValue = CJS_Value::
ToInt
();
/external/clang/lib/AST/
ASTDiagnostic.cpp
543
/// FromInt,
ToInt
- APSInt's for integral arguments.
544
llvm::APSInt FromInt,
ToInt
;
610
/// SetNode - Set FromInt and
ToInt
of the current node.
611
void SetNode(llvm::APSInt FromInt, llvm::APSInt
ToInt
,
614
FlatTree[CurrentNode].
ToInt
=
ToInt
;
713
/// GetNode - Gets the FromInt and
ToInt
.
714
void GetNode(llvm::APSInt &FromInt, llvm::APSInt &
ToInt
,
717
ToInt
= FlatTree[ReadNode].
ToInt
;
[
all
...]
/external/tinyxml2/
tinyxml2.cpp
401
bool XMLUtil::
ToInt
( const char* str, int* value )
418
if (
ToInt
( str, &ival )) {
1024
if ( XMLUtil::
ToInt
( Value(), value ))
1171
if ( XMLUtil::
ToInt
( t, _value ) ) {
[
all
...]
/external/clang/test/SemaCXX/
type-traits.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
[
all
...]
Completed in 608 milliseconds