Searched refs:isconst (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltin-assume.c5 int isconst(void) __attribute__((const));
15 // CHECK: [[CALL:%.+]] = call i32 @isconst()
24 __assume(isconst());
28 __builtin_assume(isconst());
/external/clang/test/Sema/
H A Dbuiltin-assume.c5 int isconst(void) __attribute__((const));
13 __assume(isconst() > 2);
22 __builtin_assume(isconst() > 2);
/external/toybox/kconfig/
H A Dlkc_proto.h21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
H A Dsymbol.c647 struct symbol *sym_lookup(const char *name, int isconst) argument
668 if ((isconst && symbol->flags & SYMBOL_CONST) ||
669 (!isconst && !(symbol->flags & SYMBOL_CONST)))
683 if (isconst)

Completed in 107 milliseconds