/external/mksh/src/ |
emacsfn.h | 3 #define FN(cname,sname,flags) static int x_##cname(int); 5 #define FN(cname,sname,flags) XFUNC_##cname, 8 #define FN(cname,sname,flags) { x_##cname, sname, flags }, 12 #define F0 FN 16 FN(beg_hist, "beginning-of-history", 0) 17 FN(cls, "clear-screen", 0) 18 FN(comment, "comment", 0) 19 FN(comp_comm, "complete-command", 0) 20 FN(comp_file, "complete-file", 0) 21 FN(comp_list, "complete-list", 0 [all...] |
sh_flags.h | 3 #define FN(sname,cname,ochar,flags) /* nothing */ 5 #define FN(sname,cname,ochar,flags) cname, 8 #define FN(sname,cname,ochar,flags) { sname, ochar, flags }, 12 #define F0 FN 26 FN("bgnice", FBGNICE, 0, OF_ANY) 30 FN("braceexpand", FBRACEEXPAND, 0, OF_ANY) 33 FN("emacs", FEMACS, 0, OF_ANY) 36 FN("errexit", FERREXIT, 'e', OF_ANY) 39 FN("gmacs", FGMACS, 0, OF_ANY) 42 FN("ignoreeof", FIGNOREEOF, 0, OF_ANY [all...] |
var_spec.h | 3 #define FN(name) /* nothing */ 5 #define FN(name) V_##name, 9 #define FN(name) #name, 13 #define F0 FN 16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */ 22 FN(COLUMNS) 24 FN(HISTFILE) 26 FN(HISTSIZE) 27 FN(IFS) 28 FN(LINENO [all...] |
/external/clang/test/Preprocessor/ |
include-directive2.c | 14 #define FN limits.h> 15 #include <FN
|
/external/emma/ |
test.sh | 79 FN:5,SubBunny::addOne (int): int 81 FN:12,SubBunny::identity (int): boolean 83 FN:3,SubBunny::SubBunny (): void 91 FN:23,Bunny::dontAddOne (int): int 93 FN:27,Bunny::identity (int): boolean 95 FN:16,Bunny::addOne (int): int 97 FN:5,Bunny::Bunny (): void 99 FN:31,Bunny::main (String []): void
|
/libcore/luni/src/main/native/ |
Register.cpp | 36 #define REGISTER(FN) extern void FN(JNIEnv*); FN(env)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
basic-block.h | 328 /* Defines for accessing the fields of the CFG structure for function FN. */ 329 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr) 330 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr) 331 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info) 332 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks) 333 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges [all...] |
except.h | 336 #define FOR_ALL_EH_REGION_FN(R, FN) \ 337 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
|
tree.h | 256 #define BUILTIN_EXP10_P(FN) \ 257 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \ 258 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L) 260 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \ 261 || (FN) == BUILT_IN_EXP || (FN) == BUILT_IN_EXPF || (FN) == BUILT_IN_EXPL [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
basic-block.h | 328 /* Defines for accessing the fields of the CFG structure for function FN. */ 329 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr) 330 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr) 331 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info) 332 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks) 333 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges [all...] |
except.h | 336 #define FOR_ALL_EH_REGION_FN(R, FN) \ 337 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
|
tree.h | 256 #define BUILTIN_EXP10_P(FN) \ 257 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \ 258 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L) 260 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \ 261 || (FN) == BUILT_IN_EXP || (FN) == BUILT_IN_EXPF || (FN) == BUILT_IN_EXPL [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
basic-block.h | 328 /* Defines for accessing the fields of the CFG structure for function FN. */ 329 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr) 330 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr) 331 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info) 332 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks) 333 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges [all...] |
except.h | 336 #define FOR_ALL_EH_REGION_FN(R, FN) \ 337 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
|
tree.h | 256 #define BUILTIN_EXP10_P(FN) \ 257 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \ 258 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L) 260 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \ 261 || (FN) == BUILT_IN_EXP || (FN) == BUILT_IN_EXPF || (FN) == BUILT_IN_EXPL [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
basic-block.h | 328 /* Defines for accessing the fields of the CFG structure for function FN. */ 329 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr) 330 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr) 331 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info) 332 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks) 333 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges [all...] |
except.h | 336 #define FOR_ALL_EH_REGION_FN(R, FN) \ 337 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
|
tree.h | 256 #define BUILTIN_EXP10_P(FN) \ 257 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \ 258 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L) 260 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \ 261 || (FN) == BUILT_IN_EXP || (FN) == BUILT_IN_EXPF || (FN) == BUILT_IN_EXPL [all...] |
/external/llvm/tools/llvm-link/ |
llvm-link.cpp | 56 const std::string &FN, 59 if (!Filename.set(FN)) { 60 errs() << "Invalid file name: '" << FN << "'\n";
|
/external/llvm/lib/Linker/ |
Linker.cpp | 93 // LoadObject - Read in and parse the bitcode file named by FN and return the 97 Linker::LoadObject(const sys::Path &FN) { 102 if (error_code ec = MemoryBuffer::getFileOrSTDIN(FN.c_str(), Buffer)) 103 ParseErrorMessage = "Error reading file '" + FN.str() + "'" + ": " 110 Error = "Bitcode file '" + FN.str() + "' could not be loaded";
|
/external/llvm/include/llvm/ |
Linker.h | 282 /// Read in and parse the bitcode file named by FN and return the 284 std::auto_ptr<Module> LoadObject(const sys::Path& FN);
|
/external/opencv/cvaux/include/ |
cvvidsurv.hpp | 274 char* FN = NULL; 280 FN = N; 285 FN = strcat(tmp,N); 288 if(!IsParam(FN)) 292 AddParam(FN,(char**)NULL); 296 AddParam(FN); 302 SetParamStr(FN,val); 307 SetParam(FN,val); 309 CommentParam(FN, pM->GetParamComment(N)); [all...] |
/external/llvm/include/llvm/Support/ |
SourceMgr.h | 185 SMDiagnostic(const SourceMgr &sm, SMLoc L, const std::string &FN,
|
/external/clang/include/clang/Basic/ |
SourceLocation.h | 366 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) 367 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
|
/external/llvm/lib/Support/ |
SourceMgr.cpp | 234 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, const std::string &FN, 239 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind),
|