Searched refs:isconst (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtin-assume.c | 5 int isconst(void) __attribute__((const)); 24 __assume(isconst()); in test1() 28 __builtin_assume(isconst()); in test1()
|
/external/clang/test/Sema/ |
D | builtin-assume.c | 5 int isconst(void) __attribute__((const)); 13 __assume(isconst() > 2); in foo() 22 __builtin_assume(isconst() > 2); in foo()
|
/external/toybox/kconfig/ |
D | lkc_proto.h | 21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
|
D | symbol.c | 647 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/ |
D | BitCodeFormat.rst | 675 ``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, … 683 * *isconst*: Non-zero if the variable is treated as constant within the module,
|