Home
last modified time | relevance | path

Searched defs:Code (Results 1 – 25 of 206) sorted by relevance

123456789

/external/clang/unittests/Format/
DCleanupTest.cpp23 std::string cleanup(llvm::StringRef Code, in cleanup()
35 std::string Code = "namespace A {\n" in TEST_F() local
55 std::string Code = "namespace A {\n" in TEST_F() local
72 std::string Code = "namespace A {\n\n" in TEST_F() local
85 std::string Code = "namespace A {\n" in TEST_F() local
99 std::string Code = "namespace A\n" in TEST_F() local
118 std::string Code = "class A {\nA() : , {} };"; in TEST_F() local
142 std::string Code = "void f() { std::vector<int> v = {1,2,,,3,{4,5}}; }"; in TEST_F() local
159 std::string Code = "class A {\nA() : x({1}),, {} };"; in TEST_F() local
169 std::string Code = in TEST_F() local
[all …]
DSortIncludesTest.cpp23 std::vector<tooling::Range> GetCodeRange(StringRef Code) { in GetCodeRange()
27 std::string sort(StringRef Code, StringRef FileName = "input.cpp") { in sort()
38 unsigned newCursor(llvm::StringRef Code, unsigned Cursor) { in newCursor()
58 std::string Code = "#include <a>\n" in TEST_F() local
277 std::string Code = "#include <ccc>\n" // Start of line: 0 in TEST_F() local
DFormatTestProto.cpp22 static std::string format(llvm::StringRef Code, unsigned Offset, in format()
34 static std::string format(llvm::StringRef Code) { in format()
40 static void verifyFormat(llvm::StringRef Code) { in verifyFormat()
DFormatTestUtils.h23 inline std::string messUp(llvm::StringRef Code) { in messUp()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
113 testing::AssertionResult notMatches(const std::string &Code, in notMatches()
119 testing::AssertionResult matchesObjC(const std::string &Code, in matchesObjC()
127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC()
133 testing::AssertionResult matchesC99(const std::string &Code, in matchesC99()
140 testing::AssertionResult notMatchesC(const std::string &Code, in notMatchesC()
147 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC()
159 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda()
214 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda()
220 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda()
[all …]
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp22 void expectRewritten(const std::string &Code, in expectRewritten()
40 std::string Code = "void f() { int i = 1; }"; in TEST() local
47 std::string Code = "#define A void f() { int i = 1; }\nA"; in TEST() local
54 std::string Code = "#define A void f() { int i = 1; }"; in TEST() local
61 std::string Code = "void f() { int i = 1; }"; in TEST() local
69 std::string Code = "void f() { int i = false ? 1 : i * 2; }"; in TEST() local
80 std::string Code = "bool a; void f() { if (a) f(); else a = true; }"; in TEST() local
91 std::string Code = "void f() { if (false) int i = 0; }"; in TEST() local
/external/clang/include/clang/ASTMatchers/Dynamic/
DParser.h190 static bool parseExpression(StringRef Code, Sema *S, in parseExpression()
194 static bool parseExpression(StringRef Code, VariantValue *Value, in parseExpression()
214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
218 completeExpression(StringRef Code, unsigned CompletionOffset) { in completeExpression()
/external/clang/unittests/AST/
DStmtPrinterTest.cpp70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches()
101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX98Matches()
110 StringRef Code, in PrintedStmtCXX98Matches()
124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX11Matches()
133 StringRef Code, in PrintedStmtMSMatches()
DNamedDeclPrinterTest.cpp64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches()
96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches()
108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DCode.java18 public class Code { class
21 public Code(Integer name) { in Code() method in Code
/external/v8/src/
Dapi-experimental.h10 class Code; variable
Dfind-and-replace-pattern.h31 friend class Code; variable
/external/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h38 generic_error_code Code; variable
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp104 unsigned Code = ReadVBR(6); in skipRecord() local
180 unsigned Code = ReadVBR(6); in readRecord() local
192 unsigned Code; in readRecord() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h40 cv_error_code Code; variable
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp213 void const* Code, in op_write_native_code()
225 void const* Code, in op_write_debug_line_info()
/external/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp37 void parse(StringRef Code) { in parse()
216 std::string ParseWithError(StringRef Code) { in ParseWithError()
223 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError()
296 StringRef Code = "functionDecl(hasName("; in TEST() local
/external/googletest/googletest/docs/
DV1_7_PumpManual.md162 ## Code ## section in Our Solution
DPumpManual.md162 ## Code ## section in Our Solution
DV1_5_PumpManual.md162 ## Code ## section in Our Solution
DV1_6_PumpManual.md162 ## Code ## section in Our Solution
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h42 dia_error_code Code; variable
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Derror.c22 EFI_STATUS Code; member
/external/skia/site/dev/testing/
Dct.md96 Code section in Cluster Telemetry
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawError.h45 raw_error_code Code; variable

123456789