OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRawPtr
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/clang/blink_gc_plugin/
Edge.h
86
virtual bool
IsRawPtr
() { return false; }
128
bool
IsRawPtr
() { return true; }
Config.h
46
static bool
IsRawPtr
(const std::string& name) {
BlinkGCPlugin.cpp
700
(stack_allocated_host_ && Parent()->
IsRawPtr
())) {
705
if (options_.warn_raw_ptr && Parent()->
IsRawPtr
()) {
712
if (Parent()->
IsRawPtr
() || Parent()->IsRefPtr() || Parent()->IsOwnPtr()) {
726
if (ptr->
IsRawPtr
())
[
all
...]
RecordInfo.cpp
492
if (Config::
IsRawPtr
(info->name()) && info->GetTemplateArgs(1, &args)) {
Completed in 1612 milliseconds