Searched refs:isSignedInteger (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp445 bool isSignedInteger = local
453 llvm::APInt(32, (uint64_t)(isSignedInteger ? 1 : 0)))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp487 is_signed = builtin_type->isSignedInteger();
1209 if (builtin_type->isSignedInteger())
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1867 bool isSignedInteger() const { function in class:clang::BuiltinType

Completed in 136 milliseconds