Home
last modified time | relevance | path

Searched defs:IntRange (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp53 struct IntRange { global() struct
54 High__anon01df1b9c0111::IntRange global() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DFormatVariadicTest.cpp552 std::vector<int> IntRange = {1, 1, 2, 3, 5, 8, 13}; TEST() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9250 struct IntRange { global() struct
9253 Width__anond0e4d2a42311::IntRange global() argument
9258 NonNegative__anond0e4d2a42311::IntRange global() argument
9260 IntRange__anond0e4d2a42311::IntRange IntRange() argument
9264 valueBits__anond0e4d2a42311::IntRange valueBits() argument
9269 forBoolType__anond0e4d2a42311::IntRange forBoolType() argument
9274 forValueOfType__anond0e4d2a42311::IntRange forValueOfType() argument
9280 forValueOfCanonicalType__anond0e4d2a42311::IntRange forValueOfCanonicalType() argument
9328 forTargetOfCanonicalType__anond0e4d2a42311::IntRange forTargetOfCanonicalType() argument
9350 join__anond0e4d2a42311::IntRange join() argument
9357 bit_and__anond0e4d2a42311::IntRange bit_and() argument
9372 sum__anond0e4d2a42311::IntRange sum() argument
9379 difference__anond0e4d2a42311::IntRange difference() argument
9391 product__anond0e4d2a42311::IntRange product() argument
9402 rem__anond0e4d2a42311::IntRange rem() argument
[all...]
/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp216 TEST(TypeLoc, IntRange) { in TEST() argument