Home
last modified time | relevance | path

Searched defs:doubleValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dfpret.m12 -(double) doubleValue; method
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp244 double doubleValue = strtod(Text.c_str(), &end); in consumeNumberLiteral() local