HomeSort by relevance Sort by last modified time
    Searched full:bonk (Results 1 - 5 of 5) sorted by null

  /external/clang/test/PCH/
objc_methods.h 22 -(void)bonk:(int)x {
35 case 23: [self bonk:x]; break;
39 -(void)bonk:(int)x {
  /external/clang/test/Index/
annotate-tokens.cpp 1 struct bonk { }; struct
2 void test(bonk X) {
4 __is_base_of(bonk, bonk);
32 // CHECK: Keyword: "struct" [1:1 - 1:7] StructDecl=bonk:1:8 (Definition)
33 // CHECK: Identifier: "bonk" [1:8 - 1:12] StructDecl=bonk:1:8 (Definition)
34 // CHECK: Punctuation: "{" [1:13 - 1:14] StructDecl=bonk:1:8 (Definition)
35 // CHECK: Punctuation: "}" [1:15 - 1:16] StructDecl=bonk:1:8 (Definition)
40 // CHECK: Identifier: "bonk" [2:11 - 2:15] TypeRef=struct bonk:1:
    [all...]
  /external/llvm/test/Transforms/Inline/
noinline-recursive-fn.ll 28 ;; CHECK-LABEL: @bonk(
30 define void @bonk() nounwind ssp {
  /external/llvm/test/CodeGen/X86/
switch-crit-edge-constant.ll 9 @str1 = internal constant [5 x i8] c"bonk\00" ; <[5 x i8]*> [#uses=1]
  /external/clang/test/CodeGenCXX/
visibility.cpp 213 void bonk();
    [all...]

Completed in 1960 milliseconds