Home
last modified time | relevance | path

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

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/
H A Dcompiler.h478 # define is_constant(exp) __builtin_constant_p(exp) macro
480 # define is_constant(exp) (0) macro