Searched refs:isconst (Results 1 – 10 of 10) 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/vulkan-validation-layers/scripts/ |
D | parameter_validation_generator.py | 542 isconst=True if 'const' in cdecl else False, 643 isconst=True if 'const' in cdecl else False, 771 …andParam(name=name, iscount=True, ispointer=False, isbool=False, israngedenum=False, isconst=False, 1127 …elif value.type in self.handleTypes and value.isconst and not self.isHandleOptional(value, lenPara… 1129 elif value.type in self.flags and value.isconst: 1131 elif value.isbool and value.isconst: 1133 elif value.israngedenum and value.isconst: 1136 elif value.name == 'pNext' and value.isconst: 1142 if value.isconst: # or value.type in self.returnedonly_structs:
|
D | object_tracker_generator.py | 594 isconst=True if 'const' in cdecl else False, 876 isconst = True if 'const' in cdecl else False 880 if (length is not None) and (isconst == True): 891 isconst=isconst,
|
D | layer_chassis_dispatch_generator.py | 1261 isconst=True if 'const' in cdecl else False, 1692 isconst = True if 'const' in cdecl else False 1697 if (len is not None) and (isconst == True): 1709 isconst=isconst,
|
D | helper_file_generator.py | 354 isconst=True if 'const' in cdecl else False,
|
/external/toybox/kconfig/ |
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()
|
D | lkc_proto.h | 21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 676 ``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, … 684 * *isconst*: Non-zero if the variable is treated as constant within the module,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | BitCodeFormat.rst | 683 ``[GLOBALVAR, strtab offset, strtab size, pointer type, isconst, initid, linkage, alignment, sectio… 694 * *isconst*: Non-zero if the variable is treated as constant within the module,
|