Searched defs:isInt (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-templates.h88 bool isInt(int x);
90 template<> bool isInt<8>(int x) { function
/external/llvm/include/llvm/Support/
H A DMathExtras.h35 /// isInt - Checks if an integer fits into the given bit width.
37 inline bool isInt(int64_t x) { function in namespace:llvm
42 inline bool isInt<8>(int64_t x) { function in namespace:llvm
46 inline bool isInt<16>(int64_t x) { function in namespace:llvm
50 inline bool isInt<32>(int64_t x) { function in namespace:llvm
58 return isInt<N+S>(x) && (x % (1<<S) == 0);
/external/webkit/Source/WebCore/css/
H A DCSSParserValues.h46 bool isInt; member in struct:WebCore::CSSParserValue
/external/clang/include/clang/AST/
H A DAPValue.h176 bool isInt() const { return Kind == Int; } function in class:clang::APValue
195 assert(isInt() && "Invalid accessor");
342 assert(isInt() && "Invalid accessor");
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h114 bool isInt() const { return EntryKind == E_Integer; } function in struct:llvm::DotDebugLocEntry
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3362 bool isInt = LHS.getValueType().isInteger(); local
3364 isInt);
/external/sqlite/dist/orig/
H A Dsqlite3.c131580 int isInt = (pRtree->eCoordType==RTREE_COORD_INT32); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c131611 int isInt = (pRtree->eCoordType==RTREE_COORD_INT32); local
[all...]

Completed in 778 milliseconds