Searched refs:IsIntegral (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp180 bool IsIntegral = isa<BitsInit>(I); local
187 OS << "(" << (IsIntegral ? FieldType : "StringRef") << " " << Field
190 if (IsIntegral) {
203 if (IsIntegral)
223 bool IsIntegral = isa<BitsInit>(I); local
227 OS << "(" << (IsIntegral ? FieldType : "StringRef") << " " << Field
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp1087 static bool IsIntegral(double d) { function in namespace:Json
1104 IsIntegral(value_.real_);
1119 IsIntegral(value_.real_);
1138 value_.real_ < double(maxInt64) && IsIntegral(value_.real_);
1158 IsIntegral(value_.real_);
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc40 inline bool IsIntegral(double value) { function in namespace:__anon30299
919 if (json_value->type != cJSON_Number || !IsIntegral(d) ||
936 if (json_value->type != cJSON_Number || !IsIntegral(d) ||
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp3624 static bool IsIntegral(double d) { function in namespace:Json
3641 IsIntegral(value_.real_);
3656 IsIntegral(value_.real_);
3675 value_.real_ < double(maxInt64) && IsIntegral(value_.real_);
3695 IsIntegral(value_.real_);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp897 TEST(IsIntegral, Matches) {

Completed in 646 milliseconds