HomeSort by relevance Sort by last modified time
    Searched refs:Fun (Results 1 - 15 of 15) sorted by null

  /external/clang/test/PCH/
struct.h 11 struct Fun;
13 struct Fun *fun; variable in typeref:struct:Fun
15 struct Fun {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 65 bool IsOpenCLKernel(const Function *Fun);
71 void RunAna(Function *Fun);
72 void Replace(Function *Fun);
74 void Propagate(Function* Fun);
76 Value* ConstantRead(Function *Fun, Param &P);
77 Value* handleSpecial(Function *Fun, Param &P);
96 bool R600KernelParameters::IsOpenCLKernel(const Function* Fun) {
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 65 bool IsOpenCLKernel(const Function *Fun);
71 void RunAna(Function *Fun);
72 void Replace(Function *Fun);
74 void Propagate(Function* Fun);
76 Value* ConstantRead(Function *Fun, Param &P);
77 Value* handleSpecial(Function *Fun, Param &P);
96 bool R600KernelParameters::IsOpenCLKernel(const Function* Fun) {
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) {
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 13 typedef auto Fun(int a) -> decltype(a + a);
p5.cpp 20 typedef auto Fun(int a) -> decltype(a + a);
  /external/clang/test/Sema/
attr-noreturn.c 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute takes no arguments}}
  /external/clang/lib/Sema/
DeclSpec.cpp 180 I.Fun.AttrList = 0;
181 I.Fun.hasPrototype = hasProto;
182 I.Fun.isVariadic = EllipsisLoc.isValid();
183 I.Fun.isAmbiguous = isAmbiguous;
184 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
185 I.Fun.EllipsisLoc = EllipsisLoc.getRawEncoding();
186 I.Fun.RParenLoc = RParenLoc.getRawEncoding();
187 I.Fun.DeleteArgInfo = false;
188 I.Fun.TypeQuals = TypeQuals;
189 I.Fun.NumArgs = NumArgs
    [all...]
Sema.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp 386 for (unsigned argIdx = 0, e = chunk.Fun.NumArgs; argIdx != e; ++argIdx) {
388 cast<ParmVarDecl>(chunk.Fun.ArgInfo[argIdx].Param);
390 CachedTokens *Toks = chunk.Fun.ArgInfo[argIdx].DefaultArgTokens;
395 chunk.Fun.ArgInfo[argIdx].DefaultArgTokens = 0;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 198 pertyIsEnumerable!=\"undefined\"&&!a.propertyIsEnumerable(\"call\"))return\"fun\
221 unction(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){goog.bind=Fun\
404 )},camelCase:function(a){return a.replace(w,\"ms-\").replace(v,x)},nodeName:fun\
    [all...]

Completed in 290 milliseconds