Home
last modified time | relevance | path

Searched refs:string_attribute (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Bitcode/
Dattributes.ll265 ; CHECK: define "string_attribute" void @f45(i32 "string_attribute")
266 define "string_attribute" void @f45(i32 "string_attribute") {
/external/llvm-project/llvm/test/Bitcode/
Dattributes.ll265 ; CHECK: define "string_attribute" void @f45(i32 "string_attribute" %0)
266 define "string_attribute" void @f45(i32 "string_attribute" %0) {
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1354 def string_attribute(): function
1362 for action in (int_attribute, string_attribute, enum_attribute):