Home
last modified time | relevance | path

Searched refs:aValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dattributes.cpp48 inline T WBCFRetain(T aValue) { return aValue ? (T)CFRetain(aValue) : (T)0; } in WBCFRetain() argument
54 inline void WBCFRelease(__attribute__((cf_consumed)) T aValue) { if(aValue) CFRelease(aValue); } in WBCFRelease() argument
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A Dmain.m18 NSValue *aValue = [NSNumber numberWithInt:5];
21 NSArray *other_arr = [NSArray arrayWithObjects:aDate, aValue, aString, arr, nil];
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Datomic-property-synthesis-rules.m350 - (void) setX: (int) aValue
352 x = aValue;
356 - (void) setY: (int) aValue
358 y = aValue;
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dconcrete_out_of_line.ll121 !37 = !DILocalVariable(name: "aValue", arg: 2, scope: !34, file: !1, line: 4, type: !9)