Home | History | Annotate | Download | only in Index

Lines Matching refs:memcmp

7   int memcmp(const void *, const void *, size_t);
54 memcmp(Data, Prefix.Data, Prefix.Length) == 0;
58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
222 // CHECK-tokens: Keyword: "int" [7:3 - 7:6] FunctionDecl=memcmp:7:7
223 // CHECK-tokens: Identifier: "memcmp" [7:7 - 7:13] FunctionDecl=memcmp:7:7
224 // CHECK-tokens: Punctuation: "(" [7:13 - 7:14] FunctionDecl=memcmp:7:7
225 // CHECK-tokens: Keyword: "const" [7:14 - 7:19] FunctionDecl=memcmp:7:7
229 // CHECK-tokens: Keyword: "const" [7:28 - 7:33] FunctionDecl=memcmp:7:7
574 // CHECK-tokens: Identifier: "memcmp" [54:11 - 54:17] DeclRefExpr=memcmp:7:7
575 // CHECK-tokens: Punctuation: "(" [54:17 - 54:18] CallExpr=memcmp:7:7
577 // CHECK-tokens: Punctuation: "," [54:22 - 54:23] CallExpr=memcmp:7:7
581 // CHECK-tokens: Punctuation: "," [54:35 - 54:36] CallExpr=memcmp:7:7
585 // CHECK-tokens: Punctuation: ")" [54:50 - 54:51] CallExpr=memcmp:7:7
605 // CHECK-tokens: Identifier: "memcmp" [58:7 - 58:13] DeclRefExpr=memcmp:7:7
606 // CHECK-tokens: Punctuation: "(" [58:13 - 58:14] CallExpr=memcmp:7:7
614 // CHECK-tokens: Punctuation: "," [58:35 - 58:36] CallExpr=memcmp:7:7
618 // CHECK-tokens: Punctuation: "," [58:48 - 58:49] CallExpr=memcmp:7:7
622 // CHECK-tokens: Punctuation: ")" [58:63 - 58:64] CallExpr=memcmp:7:7
1536 // CHECK: 7:7: FunctionDecl=memcmp:7:7 Extent=[7:3 - 7:49]
1705 // CHECK: 54:11: CallExpr=memcmp:7:7 Extent=[54:11 - 54:51]
1706 // CHECK: 54:11: UnexposedExpr=memcmp:7:7 Extent=[54:11 - 54:17]
1707 // CHECK: 54:11: DeclRefExpr=memcmp:7:7 Extent=[54:11 - 54:17]
1728 // CHECK: 58:7: CallExpr=memcmp:7:7 Extent=[58:7 - 58:64]
1729 // CHECK: 58:7: UnexposedExpr=memcmp:7:7 Extent=[58:7 - 58:13]
1730 // CHECK: 58:7: DeclRefExpr=memcmp:7:7 Extent=[58:7 - 58:13]