Searched defs:IsBoolean (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DMicrosoftMangle.cpp276 void mangleIntegerLiteral(const llvm::APSInt &Number, bool IsBoolean);
1048 bool IsBoolean) {
1052 if (IsBoolean && Value.getBoolValue())
1047 mangleIntegerLiteral(const llvm::APSInt &Value, bool IsBoolean) argument
/external/chromium_org/v8/src/
H A Dapi.cc2500 bool Value::IsBoolean() const { function in class:v8::Value
2501 return Utils::OpenHandle(this)->IsBoolean();
2627 if (obj->IsBoolean()) {
H A Dobjects-inl.h805 bool Object::IsBoolean() const { function in class:v8::internal::Object

Completed in 1824 milliseconds