OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:br1
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/SemaCXX/
ns_returns_retained_block_return.cpp
12
BT
br1
() __attribute__((ns_returns_retained));
15
BT S::
br1
() {
function in class:S
/external/llvm/unittests/Transforms/Utils/
Local.cpp
33
BranchInst *
br1
= builder.CreateBr(bb0);
local
43
EXPECT_EQ(&bb1->front(),
br1
);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp
51
Base &
br1
= b;
local
77
Base &
br1
= Base(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a temporary of type 'Base'}}
local
86
Base &
br1
= ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a value of unrelated type 'Unrelated'}}
local
100
Base &
br1
= both; // expected-error{{reference initialization of type 'Base &' with initializer of type 'ConvertibleToBothDerivedRef' is ambiguous}}
local
114
const Base &
br1
= create<Base>();
local
129
const Base &
br1
= ConvertibleToBase();
local
134
const Base &
br1
= both; // expected-error{{reference initialization of type 'const Base &' with initializer of type 'ConvertibleToBothDerived' is ambiguous}}
local
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar
/prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar
Completed in 994 milliseconds