Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-function-naming.m18 static bool is_positive(int a) { return a > 0; } function
/llvm-project/libc/src/__support/
H A Dstr_to_integer.h110 const bool is_positive = (result_sign == '+'); global() variable