Home
last modified time | relevance | path

Searched refs:isconst (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltin-assume.c5 int isconst(void) __attribute__((const));
24 __assume(isconst()); in test1()
28 __builtin_assume(isconst()); in test1()
/external/clang/test/Sema/
Dbuiltin-assume.c5 int isconst(void) __attribute__((const));
13 __assume(isconst() > 2); in foo()
22 __builtin_assume(isconst() > 2); in foo()
/external/toybox/kconfig/
Dlkc_proto.h21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
Dsymbol.c647 struct symbol *sym_lookup(const char *name, int isconst) in sym_lookup() argument
668 if ((isconst && symbol->flags & SYMBOL_CONST) || in sym_lookup()
669 (!isconst && !(symbol->flags & SYMBOL_CONST))) in sym_lookup()
683 if (isconst) in sym_lookup()
/external/llvm/docs/
DBitCodeFormat.rst675 ``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, …
683 * *isconst*: Non-zero if the variable is treated as constant within the module,