Searched defs:isInt (Results 1 - 9 of 9) 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.h39 /// isInt - Checks if an integer fits into the given bit width.
41 inline bool isInt(int64_t x) { function in namespace:llvm
46 inline bool isInt<8>(int64_t x) { function in namespace:llvm
50 inline bool isInt<16>(int64_t x) { function in namespace:llvm
54 inline bool isInt<32>(int64_t x) { function in namespace:llvm
62 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.h115 bool isInt() const { return EntryKind == E_Integer; } function in struct:llvm::DotDebugLocEntry
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp50 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
60 bool isOne() const { return isInt() && IntVal == 1; }
61 bool isTwo() const { return isInt() && IntVal == 2; }
62 bool isMinusOne() const { return isInt() && IntVal == -1; }
63 bool isMinusTwo() const { return isInt() && IntVal == -2; }
80 bool isInt() const { return !IsFp; } function in class:__anon9880::FAddendCoef
199 if (isInt()) {
210 if (That.isInt())
218 if (isInt() == That.isInt()) {
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3410 bool isInt = LHS.getValueType().isInteger(); local
3412 isInt);
/external/sqlite/dist/orig/
H A Dsqlite3.c131580 int isInt = (pRtree->eCoordType==RTREE_COORD_INT32); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c131626 int isInt = (pRtree->eCoordType==RTREE_COORD_INT32); local
[all...]

Completed in 1655 milliseconds