/external/chromium_org/tools/clang/plugins/tests/ |
inline_copy_ctor.txt | 2 ./inline_copy_ctor.h:5:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line copy constructor.
|
/external/chromium_org/tools/gyp/test/win/batch-file-action/ |
somecmd.bat | 3 :: string, so the remainder of the command line becomes the target file name,
|
/external/clang/include/clang/Basic/ |
SourceManagerInternals.h | 26 // Line Table Implementation 30 /// \brief The offset in this file that the line entry occurs at. 33 /// \brief The presumed line number of this line entry: \#line 4. 36 /// \brief The ID of the filename identified by this line entry: 37 /// \#line 4 "foo.c". This is -1 if not specified. 49 static LineEntry get(unsigned Offs, unsigned Line, int Filename, 54 E.LineNo = Line; 76 /// \brief Used to hold and unique data used to represent \#line information [all...] |
/external/clang/test/CodeGen/ |
debug-info-vector.c | 7 // CHECK: [ DW_TAG_array_type ] [line 0, size 128, align 128, offset 0] [vector] [from int]
|
lineno-dbginfo.c | 4 // outer is at line number 5.
|
/external/clang/test/CodeGenCXX/ |
debug-info-enum-class.cpp | 12 // CHECK: ; [ DW_TAG_enumeration_type ] [A] [line 3, size 32, align 32, offset 0] [def] [from int] 13 // CHECK: ; [ DW_TAG_enumeration_type ] [B] [line 4, size 64, align 64, offset 0] [def] [from long unsigned int] 14 // CHECK: ; [ DW_TAG_enumeration_type ] [C] [line 5, size 32, align 32, offset 0] [def] [from ] 15 // CHECK: ; [ DW_TAG_enumeration_type ] [D] [line 6, size 16, align 16, offset 0] [decl] [from ]
|
debug-info-thunk.cpp | 17 // CHECK: [ DW_TAG_subprogram ] [line 15] [def] [_ZThn{{4|8}}_N1C1fEv]
|
/external/clang/test/CodeGenObjC/ |
debug-info-fwddecl.m | 5 // CHECK: {{.*}} [ DW_TAG_structure_type ] [ForwardObjcClass] [line 2, size 0, align 0, offset 0] [decl]
|
debug-info-impl.m | 2 // CHECK: {{.*}} [ DW_TAG_structure_type ] [Circle] [line 11,
|
debug-info-pubtypes.m | 4 // CHECK: {{.*}} [ DW_TAG_structure_type ] [H] [line 6,
|
debug-info-self.m | 20 // line) 21 // CHECK: metadata !{i32 {{.*}}, metadata ![[CTOR:.*]], metadata !"self", metadata ![[UNKFILE:.*]], i32 16777227, metadata !{{.*}}, i32 1088, i32 0} ; [ DW_TAG_arg_variable ] [self] [line 11] 22 // CHECK: metadata !{i32 {{.*}}, metadata ![[CTOR]], metadata !"_cmd", metadata ![[UNKFILE]], i32 33554443, metadata !{{.*}}, i32 64, i32 0} ; [ DW_TAG_arg_variable ] [_cmd] [line 11] 23 // CHECK: metadata !{i32 {{.*}}, metadata ![[CTOR]], metadata !"myarg", metadata !{{.*}}, i32 50331659, metadata !{{.*}}, i32 0, i32 0} ; [ DW_TAG_arg_variable ] [myarg] [line 11]
|
/external/clang/test/Lexer/ |
eof-file.c | 4 // This file intentionally ends without a \n on the last line. Make sure your
|
newline-eof-c++11.cpp | 4 // The following line isn't terminated, don't fix it.
|
newline-eof-c++98-compat.cpp | 3 // The following line isn't terminated, don't fix it.
|
/external/clang/test/Preprocessor/ |
hash_line.c | 1 // The 1 and # should not go on the same line.
|
macro_expandloc.c | 4 // The error message should be on the #include line, not the 1.
|
/external/clang/unittests/Tooling/ |
CommentHandlerTest.cpp | 16 Comment(const std::string &Message, unsigned Line, unsigned Col) 17 : Message(Message), Line(Line), Col(Col) { } 20 unsigned Line, Col; 47 EXPECT_TRUE(!Invalid) << "Invalid line number on comment " << C; 103 << Current->Message << "\" at line " << Current->Line << ", column " 108 void Match(const char *Message, unsigned Line, unsigned Col) { 113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
plugin.properties | 21 javaLineBreakpoint.name=Java Line Breakpoints 32 CommonJavaLineBreakpoint.name = Common Java Line Breakpoint 33 JavaLineBreakpoint.name = Java Line Breakpoint 40 JavaStratumLineBreakpoint.name = Java Stratum Line Breakpoint
|
/external/harfbuzz/src/ |
harfbuzz-debug.c | 10 void Android_Debug(const char* file, int line,
|
harfbuzz-debug.h | 18 void Android_Debug(const char* file, int line, const char* function, const char* format, ...)
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
PrecompiledTemplateMapFileReader.java | 76 for (String line = reader.readLine(); line != null; line = reader.readLine()) { 77 // Process single line from the templateMapFile 79 processTemplateMapFileLine(line, reader.getLineNumber(), templateMap, templateMapFile, 90 private void processTemplateMapFileLine(String line, int lineNumber, 93 line = line.trim(); 94 if (line.isEmpty() || line.startsWith("#")) [all...] |
/external/kernel-headers/original/asm-x86/ |
cache.h | 4 /* L1 cache line size */
|
/external/llvm/test/MC/AsmParser/ |
line_with_hash.s | 3 // We used to incorrectly parse a line with only a # in it
|
/external/llvm/test/YAMLParser/ |
spec-06-01.data | 3 # Leading comment line spaces are
|
/external/markdown/MarkdownTest/Tests_2007/ |
Inline HTML (Advanced).text | 1 Simple block on one line:
|