Searched refs:Fun (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/PCH/
H A Dstruct.h11 struct Fun;
13 struct Fun *fun;
15 struct Fun { struct
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp65 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) { argument
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) { argument
222 Replace(Function* Fun) argument
237 Propagate(Function* Fun) argument
311 ConstantRead(Function *Fun, Param &P) argument
361 handleSpecial(Function* Fun, Param& P) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp65 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) { argument
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) { argument
222 Replace(Function* Fun) argument
237 Propagate(Function* Fun) argument
311 ConstantRead(Function *Fun, Param &P) argument
361 handleSpecial(Function* Fun, Param& P) argument
[all...]
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp151 static void Fun(U);
158 void L<k>::O<T>::Fun(U) {}
160 void Instantiate() { L<0>::O<int>::Fun(0); }
192 static oneT Fun(U);
199 oneT L<k>::O<T>::Fun(U) { return one; }
204 oneT L<0>::O<char>::Fun(U) { return one; }
208 sassert(sizeof(L<0>::O<int>::Fun(0)) == sizeof(one));
209 sassert(sizeof(L<0>::O<char>::Fun(0)) == sizeof(one));
H A DDelayedTemplateParsing.cpp119 constexpr T Fun(T A) { return T(0); } function in namespace:PR17661
121 constexpr int Var = Fun(20);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp2.cpp13 typedef auto Fun(int a) -> decltype(a + a);
H A Dp5.cpp20 typedef auto Fun(int a) -> decltype(a + a);
/external/clang/test/Sema/
H A Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute takes no arguments}} typedef
/external/clang/lib/Sema/
H A DDeclSpec.cpp181 I.Fun.AttrList = nullptr;
182 I.Fun.hasPrototype = hasProto;
183 I.Fun.isVariadic = EllipsisLoc.isValid();
184 I.Fun.isAmbiguous = isAmbiguous;
185 I.Fun.LParenLoc = LParenLoc.getRawEncoding();
186 I.Fun.EllipsisLoc = EllipsisLoc.getRawEncoding();
187 I.Fun.RParenLoc = RParenLoc.getRawEncoding();
188 I.Fun.DeleteParams = false;
189 I.Fun.TypeQuals = TypeQuals;
190 I.Fun
[all...]
H A DSema.cpp1293 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) {
1294 if (Fun->getMinRequiredArguments() == 0)
1295 ZeroArgCallReturnTy = Fun->getReturnType();
H A DSemaType.cpp2044 if (D.getTypeObject(FunctionChunkIndex).Fun.hasTrailingReturnType()) {
2246 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun;
2342 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun;
2690 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun;
3117 if (Chunk.Fun.hasRefQualifier())
3118 RemovalLocs.push_back(Chunk.Fun.getRefQualifierLoc());
3119 if (Chunk.Fun.TypeQuals & Qualifiers::Const)
3120 RemovalLocs.push_back(Chunk.Fun.getConstQualifierLoc());
3121 if (Chunk.Fun.TypeQuals & Qualifiers::Volatile)
3122 RemovalLocs.push_back(Chunk.Fun
[all...]
H A DSemaOverload.cpp8492 } else if (FunctionDecl *Fun
8494 NoteOverloadCandidate(Fun, DestType);
9906 if (FunctionDecl *Fun =
9908 S.NoteOverloadCandidate(Fun, TargetFunctionType);
H A DSemaDeclCXX.cpp380 for (unsigned argIdx = 0, e = chunk.Fun.NumParams; argIdx != e;
382 ParmVarDecl *Param = cast<ParmVarDecl>(chunk.Fun.Params[argIdx].Param);
384 CachedTokens *Toks = chunk.Fun.Params[argIdx].DefaultArgTokens;
389 chunk.Fun.Params[argIdx].DefaultArgTokens = nullptr;
H A DSemaDecl.cpp10041 Outer.Fun.hasTrailingReturnType()) {
10042 QualType Ty = GetTypeFromParser(Outer.Fun.getTrailingReturnType());
/external/clang/test/SemaCXX/
H A Dwarn-infinite-recursion.cpp89 void Fun() { // expected-warning{{call itself}} function in class:U
90 u->Fun();
H A Doffsetof.cpp82 void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-POD type}} \ function in struct:PR17578::Derived
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssSchema.java652 Property rgb$Fun = new Property(1, rgb$FunLiterals0, zeroFns);
653 builder.put("rgb()", rgb$Fun);
655 Property image$Fun = new Property(
657 builder.put("image()", image$Fun);
659 Property linearGradient$Fun = new Property(
664 builder.put("linear-gradient()", linearGradient$Fun);
666 Property radialGradient$Fun = new Property(
671 builder.put("radial-gradient()", radialGradient$Fun);
747 builder.put("rgba()", rgb$Fun);
748 builder.put("repeating-linear-gradient()", linearGradient$Fun);
[all...]
/external/clang/lib/Analysis/
H A DConsumed.cpp482 void propagateReturnType(const Expr *Call, const FunctionDecl *Fun);
683 const FunctionDecl *Fun) {
684 QualType RetType = Fun->getCallResultType();
690 if (ReturnTypestateAttr *RTA = Fun->getAttr<ReturnTypestateAttr>())
682 propagateReturnType(const Expr *Call, const FunctionDecl *Fun) argument
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h915 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {}
917 : SExpr(A), Fun(F), Arg(Ar)
920 SExpr *fun() { return Fun.get(); }
921 const SExpr *fun() const { return Fun.get(); }
928 auto Nf = Vs.traverse(Fun, Vs.subExprCtx(Ctx));
941 SExprRef Fun; member in class:clang::threadSafety::Apply
/external/clang/include/clang/Sema/
H A DDeclSpec.h1348 FunctionTypeInfo Fun; member in union:clang::DeclaratorChunk::__anon17618
1355 case DeclaratorChunk::Function: return Fun.destroy();
1959 return DeclTypeInfo[index].Fun;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1700 if (Function *Fun = dyn_cast<Function>(GV)) {
1701 if (!is_inline || Fun != F)
1702 printFunctionHead(Fun);
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids2563 030b PC VGA Camera (Vesta Fun)
5472 0017 Bamboo Fun 4x5
5473 0018 Bamboo Fun 6x8
5529 00d3 Bamboo Fun (CTH-661)
5531 00db Bamboo Fun (CTH-661SE-NL)
6426 2280 MicroLink 56k Fun
6429 3363 MicroLink ADSL Fun
16274 038 Gamepad Fun

Completed in 2299 milliseconds