OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlePragma
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
pragma_test.cpp
20
// No
handlePragma
calls.
21
EXPECT_CALL(mDirectiveHandler,
handlePragma
(_, _, _)).Times(0);
35
handlePragma
(pp::SourceLocation(0, 1), "foo", ""));
49
handlePragma
(pp::SourceLocation(0, 1), "foo", "bar"));
77
handlePragma
(pp::SourceLocation(0, 1), "foo", "bar"));
92
handlePragma
(pp::SourceLocation(0, 1), "foo", "bar"));
110
// No
handlePragma
calls.
111
EXPECT_CALL(mDirectiveHandler,
handlePragma
(_, _, _)).Times(0);
MockDirectiveHandler.h
19
MOCK_METHOD3(
handlePragma
,
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveHandlerBase.h
30
virtual void
handlePragma
(const SourceLocation &loc,
DirectiveParser.cpp
630
mDirectiveHandler->
handlePragma
(token->location, name, value);
/external/chromium_org/third_party/angle/src/compiler/translator/
DirectiveHandler.h
30
virtual void
handlePragma
(const pp::SourceLocation& loc,
DirectiveHandler.cpp
47
void TDirectiveHandler::
handlePragma
(const pp::SourceLocation& loc,
ParseContext.cpp
1012
directiveHandler.
handlePragma
(srcLoc, name, value);
[
all
...]
Completed in 42 milliseconds