HomeSort by relevance Sort by last modified time
    Searched defs:isInt (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
APValue.h 101 bool isInt() const { return Kind == Int; }
112 assert(isInt() && "Invalid accessor");
176 assert(isInt() && "Invalid accessor");
  /external/clang/test/PCH/
cxx-templates.h 88 bool isInt(int x);
90 template<> bool isInt<8>(int x) {
  /external/collada/src/modules/LIBXMLPlugin/
daeLIBXMLPlugin.cpp 478 bool isInt = false;
489 isInt = true;
521 if ( isInt )
  /external/llvm/include/llvm/Support/
MathExtras.h 35 /// isInt - Checks if an integer fits into the given bit width.
37 inline bool isInt(int64_t x) {
42 inline bool isInt<8>(int64_t x) {
46 inline bool isInt<16>(int64_t x) {
50 inline bool isInt<32>(int64_t x) {
  /external/webkit/Source/WebCore/css/
CSSParserValues.h 46 bool isInt;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 114 bool isInt() const { return EntryKind == E_Integer; }
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 400 milliseconds