Home | History | Annotate | Download | only in SPIRV

Lines Matching full:find_first_not_of

513     size_t NameSpaceStart = Name.find_first_not_of("rVKRO", 3);
518 size_t Start = Name.find_first_not_of("0123456789", DemangledNameLenStart);
524 size_t Start = Name.find_first_not_of("0123456789", 2);