Searched refs:safe (Results 1 – 3 of 3) sorted by relevance
851 bool safe = true; in MapInternal() local854 safe = false; in MapInternal()863 if (safe == true) { in MapInternal()
141 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) { in CreateTripCount() argument143 if (in_loop && safe) { in CreateTripCount()149 } else if (safe) { in CreateTripCount()
16 generate a type-safe value parser that process a user-provided list of strings (`argv`). Currently,114 `-hello:whatever`), converting it to the type-safe value of `kWorld` or `kGalaxy` respectively.